#cta {
  background: var(--red);
  padding: 10px 20px;
  font-size: 12px;
  color: white;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
}

.banner-section {
  background-image: url("../media/webp/medical-physician-doctor-man.webp");
}

.banner-container {
  display: flex;
  justify-content: flex-end;
}

.banner-container h2 {
  color: var(--blue);
  font-size: 80px;
  line-height: 110px;
}

.banner-container h1 {
  color: var(--blue);
  font-size: 50px;
  text-align: center;
  line-height: 1;
}

@media (max-width: 996px) {
  .banner-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
.banner-container h1 {
    color: var(--blue);
    font-size: 35px;
    text-align: center;
    line-height: 1;
  }
.banner-section .banner-container  {
    justify-content: center;
    align-items: center;
  }
.banner-section .banner-container h2 {
    font-size: 50px;
    line-height: 70px;
  }
.banner-section .banner-container span {
    font-size: 120px;
    letter-spacing: 10px;
  }
}

/** about-info-section **/
.landing-info-section {
  padding: 8% 10%;
}

.who-we-are-container h2,
.who-we-are-container p{
  text-align: center !important;
}

.FAQS h2{
  padding-bottom: 1%;
}

.main-content{
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.landing-info-section .who-we-are-container {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  margin-bottom: 40px;
}

.book-btn{
  display: flex;
  justify-content: center;
}

.landing-info-section h2 {
  color: var(--blue);
  }

.landing-info-section p {
  text-align: justify;
  }

.landing-info-section ul {
  margin-left: 2%;
  margin-top: 2%;
}

.landing-info-section ul li {
  color: var(--blue);
  margin: 0 2% 1% 0;
  }

.request-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2vw;
}

.location-section{
  display: flex;
  flex-direction: column;
  gap: 1vw
}

.info-location{
  display: grid;
  grid-template-columns: 60% 35%;
  gap: 2vw;
}

.info-location h3{
  color: var(--blue);
}

.info-location span{
  font-weight: 600;
}

.info-location ul{
  margin-left: 1.5vw;
}

.FAQS{
  padding-top: 1vw;
}

@media (max-width: 996px) {
  .landing-info-section h2{
  font-size: 5vw;
  text-align: center;
  padding: 5% 0 5% 0;
}
  .info-location{
    display: flex;
    flex-direction: column;
  }
  .main-content ul li{
    margin-left: 5vw;
  }
  .cont1 iframe{
    height: 250px ;
  }
}