/* NAVBAR */
@media (max-width: 991.98px) {
    .hero-btn {align-self: auto; }
    .hero-img {margin-top: 0px;}
}

/* SM */
@media (max-width: 767.98px) {
    .header-fluid {flex-direction: column-reverse;}

    .header-btns {margin-bottom: 24px;}
    .header-fluid {margin-bottom: 24px;}
    .container-fluid {padding-left: 1px !important; padding-right: 1px !important;}  
    .table-header {align-items: flex-start;flex-direction: column; gap: 8px;}  
}

/* MD */
@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-btn {align-self: auto; }
    .hero-img {margin-top: 0px;}
}

/* LG */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .table-header {
        margin-top: 40px;
    }   
}

/* XL */
@media (min-width: 1200px) {
   
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

}

@media (min-width: 1400px) {

}
