@media (max-width: 1199.98px) {
    .section-projector-step .btn .btn-text{
        display: none;
    }
}

@media (max-width: 991.98px) {
    .projector-step__caret-right{
        display: none;
    }
    .projector-step__item + .projector-step__item::before {
        display: none;
    }
    
    .projector-step__progress-steps{
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        background-color: #FF5C00;
    }

    .projector-step__item{
        flex-direction: column;
    }

    .projector-step__item-step{
        margin-right: 0;
        margin-bottom: 8px;
    }

    .projector-step__list li:not(:last-child){
        display: none;
    }

    .projector-step-wrap{
        padding: 14px 0;
    }

    .projector-step__text-step{
        font-size: 13px;
    }

    .post-page__container .group-svg-item{
        margin-bottom: 70px;
        width: 100%;
        gap: 35px;
    }

}

@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {
    .change-card,
    .drag-drop-photo{
        flex-direction: column;
    }

    .change-card .btn,
    .drag-drop-photo .btn{
        width: 100%;
        margin-top: 20px;
    }

    .change-card__group-img{
        width: 100%;
    }

    .modal__header{
        padding: 18px;
    }

    .modal__body{
        padding: 0 18px;
    }

    .modal__footer{
        padding: 18px;
        flex-wrap: wrap;
    }

    .modal__footer .btn {
        width: 100%;
        margin-right: 0;
    }

    .modal__footer .btn + .btn{
        margin-top: 18px;
    }

    .modal__title{
        font-size: 24px;
    }

    .location-logo{
        width: 70px;
        height: 50px;
    }

    .modal__footer-group-btns .btn{
        width: 100%;
    }

    .modal__footer-group-btns{
        flex-direction: column;
        width: 100%;
        margin-bottom: 18px;
    }
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    .projector-step__progress-steps{
        display: none;
    }
}

@media (min-width: 1200px) {

}
