.new-products-wrap {
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/*noinspection CssOptimizeSimilarProperties*/
.discounted-products-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 20px 0 60px;
    background-attachment: fixed;
}

.discounted-products {
    margin-top: 60px;
    position: relative;
}

.about-us-wrap {
    padding-bottom: 60px;
}

.about-us-wrap .about-us {
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    padding: 10px;
}