/*  ------  local   ------  */
.mobile-break {
    display: none;
}

@media screen and (min-width: 769px){
    .exf__page .exf__testimony-left {
        width: 215px;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .exf__page .exf__reffilable-body {
        left: 39%;
    }
}
/*iPhone 11, 12, 13, 13 Min, and 13 Pro Max*/
@media (max-width: 480px) {
    .mobile-break {
        display: initial;
    }
    
    .exf__page .exf__header-content {
        width: 92%;
    }

    [data-anchor-id="2"] .exf__edito-content {
        width: 96%;
    }

    .exf__page .exf__reffilable-body {
        left: 55%;
    }

    .exf__page .exf__reffilable-title {
        font-size: calc(22 * var(--ratioReffilable));
    }
}