<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --- ------------------------------------------------------ --- */
.exf__page .exf__compare-item-title {
    font-size: 12px;
}
.exf__page .exf__compare-item-text {
    font-size: 12px;
}
.exf__page .exf__reffilable-title {
     font-size: 40px !important;
}


/* Mobile */
@media (max-width: 480px) {
    .exf__page .exf__header-title{
        padding-top: 20px;
    }

    .exf__page .exf__compare-item-title {
        font-size: 10px;
    }

      .exf__page .exf__header-title{
        font-size: 18px !important; 
    }

    .exf__page .exf__reffilable-title {
    font-size: 15px !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) {
    .exf__page .exf__reffilable-title {
        font-size: 30px !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) {
    .exf__page .exf__header-title{
        padding-top: 20px; 
        font-size: 40px !important; 
    }

}</pre></body></html>