 .heading{
    height: 120px;
    background-color:#256388;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
 .heading h3{
    text-align: center;
    color: #fff;
}
.about-us-main-wrapper .main-about {
    
    justify-content: space-between;
}
.about-us-main-wrapper .main-about p{
    display: flex;
    flex-basis:50%;
    text-align: justify;
    font-size: 18px;
    color: black;
}
.about-us-main-wrapper .main-about img{
    display: flex;
    flex-basis:40%;
}
.about-us-main-wrapper .main-aspect{
    margin-bottom: 3rem;
}
.about-us-main-wrapper .main-aspect h5{
    margin-bottom: 10px;
}
.about-us-main-wrapper .main-aspect ul li{
    margin-bottom: 10px;
    font-size: 18px;
}
.our-team-wrapper .doctor{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.our-team-wrapper h3{
    text-align: center;
    margin: 30px 0;
}
.our-team-wrapper .doctor .about-doctor{
    width: 60%;
} 
.our-team-wrapper .doctor .about-doctor p{
    text-align: justify;
    margin-bottom: 20px;
}
.our-team-wrapper .doctor .doctor-img img{
    width: 400px;
    height: 450px;
}