<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width:1024px) and (max-width:1200px){
    .service-container .page-head{
        font-size:30px;
    }
    .banner-container img{
        width:50%;
    }
}
@media (min-width:320px) and (max-width:480px){
    h5.page-head.middle{
        background: -webkit-linear-gradient(left, #360670 20%, #db0768 calc(80% - 20px)) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
    }
}</pre></body></html>