.products{display:flex;justify-content:space-between}.products .product{width:300px;display:flex;flex-direction:column}.products .product .product-ill{width:100%;height:300px}.products .product .product-ill img{width:100%;height:100%;object-fit:cover}.products .product .product-title{text-align:left;font-weight:bold;font-size:1.4rem;margin-top:20px}.products .product .product-desc{text-align:left;margin-bottom:20px}.products .product .cta-box{margin-top:auto}@media only screen and (max-width: 768px){.products{flex-direction:column;align-items:center}.products .product{margin-bottom:40px}}
