@media screen and (max-width: 768px) {
    .hiint-recommendation.alt-mobile-view {
        flex-direction: column;
        align-items: center;
    }

    .hiint-recommendation.alt-mobile-view .product-image {
        width: 100% !important;
        height: 100% !important;
        margin-bottom: 0px;
    }

}