

@media (max-width: 1474px){
    
    .service-page .block-1.service-section {
        /* background-position: calc(100% + 450px); */
        background-size: cover;
    }
}
@media (max-width: 870px){
    .block-1.service-section h1 {
        font-size: 46px;
    }
    .block-1 .et-h4 {
        font-size: 18px;
    }
}
@media (max-width: 576px){
    .service-page .block-1.service-section {
        /* background-position: calc(100% + 530px); */
    }
    .block-1.service-section h1 {
        font-size: 28px;
    }
    .block-1 .et-h4 {
        font-size: 15px;
    }
}
@media (max-width: 480px){
    .service-section .page-banner-wrapper {
        max-width: 70%;
    }
    .service-section .page-banner-wrapper.bottom-wrapper {
        max-width: 100%;
    }
    .custom-logo-link img {
        width: 130px;
        height: auto;
    }
}
@media (max-width: 448px){
    .service-page .block-1.service-section {
        background-position: calc(100% + 530px) -90px;
    }
}