@media screen and (max-width: 990px) {
    .page-devider {
        margin-top: 3.5rem !important;
        margin-bottom: 2rem !important;
    }
    .page-head__tags {
        max-width: 100% !important;
        width: 100%;
        margin-top: 1rem;
        justify-content: center;
    }
    
    .page-head__sort-wrap {
        margin-top: 1rem;
    }
    
    .page-head__wrap.pb-80 {
        padding-bottom: 3rem !important;
    }
    .--mob-hide {
        display: none;
    }
    .--mob-show {
        display: block;
    }
    .page-head__desc br {
        display: none;
    }
    .advanstages {
        grid-template-columns: 1fr 1fr !important;
    }
    .page-form__form {
        max-width: 100% !important;
        margin-top: 2rem;
    }


}