.productCard{flex:1;width:100%;position:relative}.productCard img{border-radius:.375rem;width:100%;max-height:306px;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom}.productCard .productCardContent{display:flex;flex-direction:column;justify-content:center;align-items:center}.productCard h3{font-weight:500;font-size:1.5rem;color:#fff;margin:auto auto .5rem}.productCard h3 a:after{width:100%;height:100%;content:"";position:absolute;top:0;left:0}.productCard p{font-weight:400;font-size:1.2rem;color:#bdbdbd;line-height:1.75rem}@media(max-width:992px){.productCard h3{font-weight:500;font-size:1.5rem;color:#fff}.productCard p{font-weight:400;font-size:1.125rem;color:#fff}}