<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*************************
    Responsive
***********************/
@media only screen and (max-width: 1920px) {
    
}
@media (min-width: 1578px) and (max-width: 1920px){
    

}
@media (min-width: 1350px) and (max-width: 1578px){

}

@media (min-width: 1281px) and (max-width: 1349px){
    
    
}

@media (min-width: 992px) and (max-width: 1280px){
    
    
    
}

@media (min-width: 768px) and (max-width: 991px)  {
    
    
}

@media (min-width: 481px) and (max-width: 767px) {
    
    
}

@media (min-width: 200px) and (max-width: 480px) {
    .dw-sidebar {
      display: none;
    }
    .dw-products-panel {
      margin-top: 0;
    }
    #tableServicesList_wrapper {
      float: none;
      width: 100%;
    }
    #tableServicesList tr{
        font-size:13px;
    }
}






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