.productCard{border-bottom:1px solid #b3b3b36b;justify-content:space-between;padding:1vw 3vw 1vw 1vw;display:flex}.productCard .productImageBlock{width:32vw;height:25vw}.productCard .productImageBlock img{object-fit:cover;border-radius:.5rem;width:100%;max-width:100%;height:100%}.productCard .productTextBlock{flex-direction:column;width:30vw;display:flex}.productCard .productTextBlock h2{margin-bottom:1rem;font-size:max(1.5rem,2vw);font-weight:500}.productCard .productTextBlock .ProductDescription{font-size:max(1rem,1vw);font-weight:300}@media screen and (max-width:768px){.productCard{flex-direction:column;align-items:center;padding:2rem .5rem}.productCard .productImageBlock{width:100%;height:auto;margin-bottom:2rem}.productCard .productTextBlock{text-align:center;width:100%}.productCard .productTextBlock h2{font-size:clamp(2rem,2vw,1.5rem)}}
