<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

a:hover{text-decoration:none;}

@media all and (min-width: 992px) {
.container &gt; .row_new &gt; .title_text &gt; h3{color:#036;}	
.container &gt; .row_new &gt; .office{margin-top:15px;}
.container &gt; .row_new &gt; .office .icons{font-size:40px; color:#00aeef;}
.container &gt; .row_new &gt; .office h4{display:block; font-size:32px;}
.container &gt; .row_new &gt; .office p{font-size:18px;}
.container &gt; .row_new &gt; .office a{color:#00aeef;}

}

@media all and (max-width: 991px) and (min-width:768px) {
.container &gt; .row_new &gt; .title_text &gt; h3{color:#036;}	
.container &gt; .row_new &gt; .office{margin-top:15px;}
.container &gt; .row_new &gt; .office .icons{font-size:40px; color:#00aeef;}
.container &gt; .row_new &gt; .office h4{display:block; font-size:32px;}
.container &gt; .row_new &gt; .office p{font-size:18px;}
.container &gt; .row_new &gt; .office a{color:#00aeef;}
}

@media all and (max-width: 767px) and (min-width: 546px){
.container &gt; .row_new &gt; .title_text &gt; h3{color:#036;}	
.container &gt; .row_new &gt; .office{margin-top:15px;}
.container &gt; .row_new &gt; .office &gt; img{display:block; margin:0 auto;}
.container &gt; .row_new &gt; .office .icons{font-size:40px; color:#00aeef;}
.container &gt; .row_new &gt; .office h4{display:block; font-size:32px; text-align:center;}
.container &gt; .row_new &gt; .office p{font-size:18px; text-align:center;}
.container &gt; .row_new &gt; .office a{color:#00aeef;}
}

@media screen and (max-width: 545px) {
.container &gt; .row_new &gt; .title_text &gt; h3{color:#036;}	
.container &gt; .row_new &gt; .office{margin-top:15px;}
.container &gt; .row_new &gt; .office &gt; img{display:block; margin:0 auto;}
.container &gt; .row_new &gt; .office .icons{font-size:40px; color:#00aeef;}
.container &gt; .row_new &gt; .office h4{display:block; font-size:32px; text-align:center;}
.container &gt; .row_new &gt; .office p{font-size:18px; text-align:center;}
.container &gt; .row_new &gt; .office a{color:#00aeef;}
}
</pre></body></html>