.featured-products .also_available {
    margin-top: 5em;
}

.featured-products .product-image {
    max-width: 250px;
}

@media screen and (min-width: 750px) {
    .featured-products .product-image {
        max-width: 550px;
    }
}