/*  ------  local   ------  */
.exf__page .exf__compare-opener {
    padding-bottom: 48px;
}
#services-tile-1{
    left: 13%
}
#services-tile-2{
    left: 13%
}
#services-tile-3{
    left: 13%
}
/* 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) {
    .exf__page .exf__anchor-items-wrapper {
        left: 4%;
    }
}
/* 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) {
    .exf__page .exf__testimony-title {
        font-size: 33px;
    }
    .exf__page .exf__testimony-text {
        font-size: 12px;
    }
    .exf__page .exf__anchor-items-wrapper {
        left: 7%;
    }
    #services-tile-1{
    left: auto !important;
    }
    #services-tile-2{
        left: auto !important;
    }
    #services-tile-3{
        left: auto !important;
    }
}
/* mobile */
@media (max-width: 480px) {
    .exf__page .exf__testimony-title {
    font-size: 27px;
    }
    .exf__page .exf__testimony-text {
        font-size: 12px;
    }
    #services-tile-1{
        left: auto !important;
    }
    #services-tile-2{
        left: auto !important;
    }
    #services-tile-3{
        left: auto !important;
    }
}
