section.recently-viewed.products {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .recently-viewed.products ul li.product {
        flex: 0 0 80%;
    }
}
