.find-the-best {
    margin-top: 50px;
}
#landing-page-content .category-container .find-the-best .product-links a {
    text-decoration: none;
}
#landing-page-content .category-container .find-the-best .product-links .icon {
    border-radius: 3px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
    border: solid 1px #c4cdd5;
    background-color: #fff;
    width: 100%;
    height: 140px;
}
#landing-page-content .category-container .savings-find-the-best .product-links .icon {
    border-radius: 3px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
    border: solid 1px #c4cdd5;
    background-color: #fff;
    width: 180px;
    height: 140px;
}
#landing-page-content .category-container .find-the-best .product-links .icon:hover {
    box-shadow: 0 2px 4px 0 #8c9ba8;
}
#landing-page-content .category-container .find-the-best .product-links a .icon img  {
    width: 55px;
    height: 55px;
    margin: 0 auto;
    display: block;
}
#landing-page-content .category-container .find-the-best .product-links .icon-head-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.38;
    color: #333647;
}
.savings-find-the-best .find-the-best .product-links .icon {
    max-width: 180px;
}
@media screen and (max-width: 399.98px) {
    #landing-page-content .category-container .savings-find-the-best .product-links .box{
        max-width: 150px;
    }
}
@media screen and (max-width: 767px) {
    #landing-page-content .category-container .find-the-best .product-links .icon {
        height: 100%;
        padding-bottom: 25px;
    }
    #landing-page-content .category-container .find-the-best .product-links a .icon img {
        width: 48px;
        height: 33px;
    }
    .category-container .product-links {
        max-width: 350px;
    }
    #landing-page-content .category-container .savings-find-the-best .product-links .box,
    #landing-page-content .category-container .savings-find-the-best .product-links .icon {
        max-width: 160px;
        height: 124px;
    }
}