@media (max-width: 991px) {
    .service-details-post .details-image img {
        width: 100% !important;
        height: auto !important;
        max-width: none;
    }
    .service-tab-section-main {
        flex-direction: column;
        padding: 20px 20px !important;
    }

    .service-tabs p {
        padding: 6px 20px 7px!important;
    }
    .service-tabs {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px !important;
    }
}


@media (max-width: 767px) {

    .about-wrapper-3 .about-img .about-img-2{
        display: none !important;
    }
}