@media screen and (max-width: 1260px) {
    .progress-section-wrap {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media screen and (max-width: 991px) {
    .right-article-section {
        padding-left: 235px;
    }
}

@media screen and (max-width: 768px) {
    .left-tabs-section {
        position: static !important;
        margin-bottom: 40px;
        width: 100%;
    }

    .right-article-section {
        padding: 0;
    }

    .progress-section-wrap {
        margin-bottom: 50px;
    }

    .left-tabs-section .progress {
        display: none;
    }

    .progress-section-wrap.without-banner {
        margin-top: 80px;
    }

    .size-large~.with-banner {
        margin-top: 80px;
    }

    .no-banner~.without-banner {
        margin-top: 200px;
    }
}

@media screen and (max-width: 767px) {
    .no-banner~.without-banner {
        margin-top: 140px;
    }
}
