@media (max-width: 576px) {
    .footer a {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        margin: 0;
    }
    .footer p {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }
    .footer-row {
        height: auto;
    }
    .header .burger-inner-area {
        /*padding-bottom: 96px;*/
        /*height: calc(100vh + 150px);*/
        /*left: -28px;*/
    }
}
@media (max-width: 768px) {
    /*md equivalent*/
    /*put your class here*/
}
@media (max-width: 992px) {
    /*lg equivalent*/
    /*put your class here*/
}
@media (max-width: 1200px) {
    /*xl equivalent*/
    /*put your class here*/
}