.featuredproducts{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.featuredproducts .product-content{border:3px solid #d8d8d8;border-bottom:0;display:flex;flex-flow:column nowrap;justify-content:space-between;min-height:360px;padding-top:2rem}.featuredproducts .product-content img{max-height:220px;object-fit:contain}.featuredproducts .product-text{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:flex-end;padding-bottom:.5rem}.featuredproducts .product-content .product-name{padding-left:.5rem;padding-right:.5rem}.featuredproducts .product-content .product-name p{font-size:18px;font-weight:bold;text-transform:uppercase;margin:0}.featuredproducts .product-content .price{padding-right:.5rem}.featuredproducts .product-content .price::before{content:"From"}.featuredproducts .product-content .price p{text-align:right;font-size:28px;margin:0}.featuredproducts .product-content .price p::before{content:"$"}.featuredproducts .product-cta{display:flex;align-items:center;justify-content:space-evenly}.featuredproducts .product-cta p{color:#fff;margin:0;text-transform:uppercase}.featuredproducts .product-cta .learn{background-color:#ff008e;height:50px;display:flex;align-items:center;justify-content:center}.featuredproducts .product-cta .learn p{padding-left:.5rem;font-size:13px;font-weight:bold}.featuredproducts .product-cta .arrow{background-color:#9d1094}.featuredproducts .product-cta .arrow svg{display:flex}.featuredproducts .product-cta .buy-now{background-color:#9d1094;height:50px;flex:1 1 auto;display:flex;align-items:center;justify-content:center}.featuredproducts .product-cta .buy-now p{font-size:16px;font-weight:bold;padding-left:.5rem}@media(max-width:1199px){.featuredproducts{grid-template-columns:repeat(3,1fr)}}@media(max-width:991px){.featuredproducts{grid-template-columns:repeat(2,1fr)}}@media(max-width:568px){.featuredproducts{grid-template-columns:repeat(1,1fr)}}