@media (max-width: 576px) {
    .page-head h1 {
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        line-height: 38px;
    }
    .page-head p {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }
    .header .nav-link {
        /*margin: 16px 0 0 0;*/
        /*padding: 0;*/
        /*font-weight: 700;*/
        /*font-size: 25px;*/
        /*line-height: 31px;*/
        color: #FEFEFE;
    }
    .filter-box {
        margin-bottom: 32px!important;
        padding: 16px!important;
    }
    .footer a {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        margin: 0;
    }
    .footer p {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }
}
@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*/
}