.discounts-page {
    margin-bottom: 120px;
}

.discounts-page__descr {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .discounts-page {
        margin-bottom: 60px;
    }

    .discounts-page__descr {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .discounts-page {
        background-image: url("../../img/background-mobile-main-block.svg");
        background-repeat: no-repeat;
    }
}