@media (max-width: 1320.98px) {
    .animate-text {
        position: static;
    }
    
}
@media (max-width: 1199.98px) {
    .top-block__title > span {
        display: block;
    }
    .animate-text__wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 991.98px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .how-to-item__body > * {
        width: calc(100% - 60px);
    }
    .how-to-item + .how-to-item {
        margin-top: 10px;
        padding-top: 30px;
    }
    .section-subtitle.mb-60 {
        margin-bottom: 30px;
    }
    .oreder-md-2 {
        order: 2;
    }
    .custom-col-md-12 {
        flex: 0 0 100%;
        width: 100%;
    } 
    .mb-md-30 {
        margin-bottom: 30px;
    }
    .how-to-info + .how-to-info {
        margin-top: 30px;
    }
    .light-bg-block {
        padding: 20px;
    }
}

@media (max-width: 767.98px) {
    .animate-text {
        height: 50px;
    }
}

@media (max-width: 575.98px) {
    .top-block__text,
    .top-block__list {
        margin-bottom: 20px;
    }
    .edit-list,
    .get-more {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .statistics__item {
        padding:0 10px;
        flex: auto;
    }
    .animate-text {
        height: 41px;
    }
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
