section.find_hero{
  background: #4cb8d2;
  padding: 80px 0 0;
}
section.find_hero .content{
  display: flex;
  position: relative;
  gap: 24px;
  justify-content: space-between;
}
section.find_hero .content .find-text{
  width: 100%;
  max-width: 445px;
}
section.find_hero .content .find-text h1{
  font-size: 50px;
  font-family: "SST";
  color: rgb(2, 57, 112);
  line-height: 0.989;
  text-align: left;
  font-weight: lighter;
  margin: 0 0 24px;
}
section.find_hero .content .find-text p{
  font-size: 22px;
  font-family: "SST";
  color: rgb(255, 255, 255);
  line-height: 1.201;
}

section.find_hero .content .find-banner{
  width: 100%;
  max-width: 580px;
  margin: 0 0 -50px;
}
section.find_hero .content .find-banner img{
  width: 100%;
}

/* find contact doctor */

section.find_contact{
  background: #00467f;
  padding: 80px 0;
}

section.find_contact .content{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.find_contact .content p{
  font-size: 22px;
  font-family: "SST";
  color: rgb(76, 184, 210);
  line-height: 1.231;
  width: 100%;
  max-width: 650px;
}

section.find_contact .content button{
  background-color: rgb(76, 184, 210);
  font-size: 22px;
  font-family: "SST";
  color: rgb(255, 255, 255);
  line-height: 1.468;
  text-align: center;
  border: 0;
  outline: 0;
  border-radius: 250px;
  padding: 12px 28px;
}

@media (max-width:980px){
  section.find_hero{padding: 80px 0 40px;}
  section.find_hero .content .find-text h1{font-size: 40px;}
}

@media (max-width:768px){
  section.find_hero{padding: 64px 0 0;}
  section.find_hero .content{
    flex-direction: column;
  }
  section.find_hero > .container{padding: 0;}
  section.find_hero .content .find-banner{max-width: 100%;}
  section.find_hero .content .find-text{
    padding: 0 20px;
    max-width: 100%;
  }
  section.find_hero .content .find-text p{
    font-size: 22px;
  }
  section.find_contact .content{
    flex-direction: column;
    gap: 48px;
  }
  section.find_contact .content p{
    text-align: center;
  }
  .mt-mobol-find{
    margin-top: 100px !important;
  }
}