@media(max-width: 992px) {

}
@media(max-width: 768px) {
    .navbar-brand span{display: none;}
}
@media(max-width: 576px) {
    .price-features-list li{width: 100%;}
    
    .table>:not(caption)>*>* {
        overflow-wrap: break-word;
        hyphens: auto;
    }
}

@media(max-width: 400px) {

}
