.service-banner-section {
    background: #45BBC6;
    height: 150px;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
figure.service-image-side-pic {
    margin: 0;
} 
figure.service-image-side-pic img {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
    object-fit: cover;
}
.resp-tab-content h2 {
    font-size: 1.6rem;
}
.service-banner-section h1 {
    margin: 0;
        text-transform: uppercase;
    padding: 0;
}
.subheading {
    font-size: 15px;
    color: #000;
    padding-top: 10px; 
    margin-bottom: 20px;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.specialized-service-container {
    background-color: #DFEDF2;
    width: 80%;
    margin-bottom: 15px;
    padding: 15px;
}

.direct-taxation-img {
    background: url(../img/services/directTaxation.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: center;
}

.specialized-service-container h5 {
    padding-left: 5px;
}

.specialized-service-container ul {
    /* padding-bottom: 15px; */
    padding-left: 30px;
    /* line-height: 30px; */
}

.indirect-taxation-img {
    background: url(../img/services/indirect.jpg) no-repeat;
    background-size: cover;
}

.TBA-img {
    background: url(../img/services/TBA.jpg) no-repeat;
    background-size: cover;
}

.ORC-img {
    background: url(../img/services/ORC.jpg) no-repeat;
    background-size: cover;
}

.img-container {
    height: 100%;
    width: 100%;
}

.IT-risk-img {
    background: url(../img/services/IT&Risk.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
}

.outsourcing-img {
    background: url(../img/services/outsoucing.jpg) no-repeat;
    background-size: cover;
}

.corporate-img {
    background: url(../img/services/CALD.jpg) no-repeat;
    background-size: cover;
}

.service-fluid {
    padding-right: 0; 
}

.service-first-row {
    margin-top:0;
}

.gst-feature {
    padding-top: 0;
}

.serivce-cont-fluid {
    margin-top: 96px;
}

@media screen and (max-width: 1024px) {
    .direct-taxation-img {
        height: 68vh;
    }
    .IT-risk-img {
        height: 60vh;
    }
}

@media (max-width: 768px) {
.gst-meaning-section {
margin-top: 88px;
}

.service-banner-section h1 {
font-size: 2rem;
}

.service-banner-section {
height: 120px;
}

    .service-fluid {
        padding-right: 15px;
    }
    .resp-tab-content {
        padding-bottom: 0;
    }
    .service-first-row {
        margin-top: 0px;
    }
    .gst-feature {
        padding-top: 8px !important;
    }
}

@media screen and (max-width: 414px) {
    .direct-taxation-img {
        background: url(../img/services/directTaxation-mobile-img.jpg) no-repeat;
        height: 40vh;
    }
    .indirect-taxation-img {
        background: url(../img/services/indirect-mobile-img.jpg) no-repeat;
        height: 40vh;
    }
    .TBA-img {
        background: url(../img/services/TBA-mobile-img.jpg) no-repeat;
        height: 40vh;
    }
    .ORC-img {
        background: url(../img/services/ORC-mobile-img.jpg) no-repeat;
        height: 40vh;
    }
    .IT-risk-img {
        background: url(../img/services/IT&risk-mobile-img.jpg) no-repeat;
        height: 40vh;
    }
    .outsourcing-img {
        background: url(../img/services/outsoucing-mobile-img.jpg) no-repeat;
        height: 40vh;
    }
    .corporate-img {
        background: url(../img/services/CALD-mobile-img.jpg) no-repeat;
        height: 40vh;
    }
}