/*  ------  local   ------  */


@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__service {
    border-left: -50px !important;
}
.exf__page .swiper-slide {
    border-left: -50px !important;
}
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2){
.exf__page .exf__navigation {
        top: 122px !important;
}
}

/* Mobile */
@media (max-width: 480px) {
    .exf__faq-item[data-open="0"] > [data-tracking="faq_question-2"] {
        min-height: 92px !important;
    }

    .exf__faq-item[data-open="1"] > [data-tracking="faq_question-2"] > .exf__faq-item-answer {
        min-height: 366px !important;
    }

    .exf__faq-item[data-open="0"] > [data-tracking="faq_question-3"] {
        min-height: 75px !important;
    }

}