/*  ------  local   ------  */

body, html {
    overflow-x: clip !important;
}
body, html {
    overflow: unset;
}
.src__page .src__tel-media-text {
    left: calc( 135 * var(--ratioTel)) !important;
    width: calc( 110 * var(--ratioTel)) !important;
}
.src__page .src__service-title {
    min-height: 45px !important;
}
.src__page .src__testimony-left {
    text-align: center !important;
}

/* --- ------------------------------------------------------ --- */
/* Mobile */
@media (max-width: 480px) {
    .src__page .src__tel-media-text {
    left: calc( 10 * var(--ratioTel)) !important;
    width: calc( 88 * var(--ratioTel)) !important;
    }
    .src__page .src__tel-title {
    font-size: calc(19.91 * var(--ratioTel)) !important;
    }
    .src__page .src__tel-text {
    font-size: calc( 15 * var(--ratioTel)) !important;
    }
    .src__page .src__service-title {
    min-height: 65px !important;
    }
}

/* Tablet Portrait */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .src__page .src__tel-media-text {
    left: calc(100 * var(--ratioTel)) !important;
}
}

/* Tablet Landscape */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .src__page .src__tel-media-text {
    left: calc(117 * var(--ratioTel)) !important;
}
}
