<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 480px){
    body .serviceBox, body .serviceBox.host{
        width: 100% !important;
    }
    body .institucional_boxes .box .number{
        font-size: 65px;
    }
    body .institucional_boxes .box .description{
        font-size: 16px;
    }
    body h1, .h1, body .serviceBox .service{
        font-size: 30px;
    }
    body p, body .serviceBox .description{
        font-size: 20px;
    }
    body .storeDetails p{
        font-size: 28px
    }
    body .desktop{
    display: none;
        
    }   
    body .mobile{
        display: block !important;
    }
    .serviceBox.active .service{
        top: 25px !important;
    }
}</pre></body></html>