<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media(max-width: 992px) {

}
@media(max-width: 768px) {
    .navbar-brand span{display: none;}
}
@media(max-width: 576px) {
    .price-features-list li{width: 100%;}
}

@media(max-width: 400px) {

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