#confidentiality .banner {
  position: relative;
}

#confidentiality .banner img {
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}

#confidentiality .banner .head-title {
  padding-top: 12px;
  font-family: "PPFormula-Light";
  border-radius: 30px 30px 0 0;
  background: #ed1c24;
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -2.52px;
  width: 320px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 16%;
}

@media (max-width: 600px) {
  #confidentiality .banner .head-title {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

#confidentiality h1 {
  text-transform: capitalize;
  color: #50555c;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: -0.08px;
}

#confidentiality h2 {
  color: #50555c;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -0.08px;
  margin-bottom: 40px;
}

#confidentiality p {
  text-transform: capitalize;
  color: #50555c;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px;
  letter-spacing: -0.08px;
  margin-bottom: 40px;
}
