@media screen and (min-width: 750px) {
    .recently-viewed-products {
        padding: 0 4rem;
    }
}

.recently-viewed-products {
    margin-top: -3rem;
    margin-bottom: 3rem !important;
}

.c-product__img img {
    max-width: 100%;
}
.related-products__heading {
    cursor: pointer;
}