.md-director {
    font-size: 19px !important;
    margin: 0;
}

.aboutImg img{
    width: 100%;
    height: max-content;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 5rem 3rem 3rem 0;
}

.aboutRow{
    margin-top: -4rem;
    padding-bottom: 3rem;
}

.hero-wrap.hero-wrap-2 {
    height: 450px !important;
}

.col-auto span{
    border: 1px solid rgb(95, 87, 87);
    padding: 15px;
    border-radius: 50%;
    background: #1eaaf1;
}

.getDetail{
    margin-top: -7px;
}

@media (max-width:600px){
    .services-2 {
        margin-bottom: 30px;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }


    .services-2 .text h3 {
        font-size: 20px !important;
        font-weight: 500;
        text-align: center !important;
        padding-top: 2rem !important;
    }

    .services-2 p{
        text-align: center !important;
    }

    .testimony-section .owl-carousel .owl-stage-outer {
        padding-top: 2em !important; 
        padding-bottom: 2em !important;
        position: relative;
    }

    .testimony-wrap .quote {
        position: absolute;
        top: -40px;
        left: 0 !important;
        opacity: .1;
    }

    .testimony-wrap .text  p{
        text-align: center !important;
    }

    .testimony-wrap .text  span{
      padding-left: 7rem !important;
    }

    .aboutImage{
        padding: 3rem 0 0 0 !important;
    }

    .ftco-section {
        padding: 3em 0 !important;
        position: relative;
    }

}
.testimony-wrap .text {
    width: 100% !important;
    position: relative;
}