/*  ------  dts   ------  */
body, html { overflow-x: clip !important; }
.col__page .col__faq-item[data-faq="4"] {
    border-bottom: 1px solid #E9E3DE;
}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .col__page .col__push-body {
        left: calc(870 * var(--ratioPush));
    }
    .col__page .col__only-desktop {
        display: none !important;
    }
    .col__page .col__only-mobile {
        display: inline-block;
    }

}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .col__page .col__push-body {
        left: calc(860 * var(--ratioPush));
    }
}
@media (max-width: 480px) {
    .col__page .col__service-title {
        min-height: 45px;
    }
    /* .col__bloc.custom-scroll-marg {
        scroll-margin-top: 100px;
    } */
}