.product-cards-module{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:15px;row-gap:50px}.product-cards-module.items-1,.product-cards-module.items-2{grid-template-columns:1fr 1fr}.product-cards-module.items-3{grid-template-columns:1fr 1fr 1fr}.product-cards-module .image-wrapper{background-color:var(--white);border-radius:20px;height:375px;margin-bottom:20px;overflow:hidden;position:relative}.product-cards-module .image-wrapper img{height:100%!important;max-width:100%;object-fit:cover;width:100%}.product-cards-module .content-wrapper{padding:0 25px}.product-cards-module .text-wrapper{border-bottom:1px solid #1c325d;margin-bottom:15px;padding:0 0 15px}@media (max-width:1550px){.product-cards-module{grid-template-columns:1fr 1fr 1fr}}@media (max-width:1200px){.product-cards-module,.product-cards-module.items-1,.product-cards-module.items-2{grid-template-columns:1fr 1fr}.product-cards-module.items-3{grid-template-columns:1fr 1fr 1fr}}@media (max-width:768px){.product-cards-module,.product-cards-module.items-1,.product-cards-module.items-2,.product-cards-module.items-3{grid-template-columns:1fr}}