body{
    overflow-x:hidden;
}

.hero-left {
  flex: 0.65;
  min-width: 42%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-right-image img {
    width: 900px;
    object-fit: contain;
    margin-right: -170px;
}

.appointment-section{
  padding: 10px 20px 70px;
  background: transparent;
  z-index: 1;
  position: relative;
}

.hero-section{
  height: 600px;
}

.hero-left .cta-btn{
    width:350px;
}

.hero-left p{
        margin: 10px 0;
}

.team-card.founder-card {
    height:520px !important;
    width: 370px;
}

.testimonials-section {
    margin-top: -300px;
    padding-top: 300px;
    padding-bottom:0;
}

.founder-section{
    padding-inline:20px;
}

.doctors-by-specialization{
    padding:0 20px;
}

.founder-card .flip-front h3{
    font-size: 31px;
    font-weight:700;
}

.founder-card .flip-back p{
    font-size: 18px;
}

.founder-card .designation{
    display:none;
}

@media (max-width: 1100px){
    .hero-left p {
    width:460px;
}
}