/*  ------  local   ------  */
body, html { overflow-x: clip !important; }
.hrc__page .hrc__faq-item[data-faq="3"] {
    border-bottom: 1px solid #E9E3DE;
}


.hrc__services .swiper-wrapper{
    justify-self: center;
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .hrc__page .hrc__edito-title {
        font-size: 29px;
    }
    .hrc__page .hrc__edito-text {
        font-size: 13px;
    }

}
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .hrc__page .hrc__service-title {
        min-height: 45px;
    }
}
@media (max-width: 480px) {
    .hrc__page .hrc__service-title {
        min-height: 45px;
    }
}