.px-pdpCards{margin-bottom:120px}.px-pdpCards__title{font-size:46px;font-weight:600;letter-spacing:-2%;line-height:52px;margin-bottom:40px;text-align:center}.px-pdpCards__grid{display:grid;gap:48px;grid-template-columns:repeat(3,1fr)}.px-pdpCards__card{background-color:var(--white,#f7f7f7);border-radius:20px;box-shadow:-2px -2px 12px 0 rgba(1,14,61,.1)}.px-pdpCards__cardImage{border-radius:20px;height:278px;overflow:hidden;width:100%}.px-pdpCards__cardImage img{height:100%;object-fit:cover;width:100%}.px-pdpCards__cardContent{display:flex;flex-direction:column;gap:24px;padding:24px;text-align:center;width:100%}.px-pdpCards__cardTitle{font-size:24px;line-height:34px;margin:0}.px-pdpCards__cardDesc{font-size:16px;line-height:24px}@media (max-width:1024px){.px-pdpCards__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.px-pdpCards{margin-bottom:50px}.px-pdpCards__title{font-size:28px;line-height:30px}.px-pdpCards__grid{gap:24px}.px-pdpCards__cardImage{height:220px}.px-pdpCards__cardTitle{font-size:18px;line-height:20px}.px-pdpCards__cardContent{gap:12px}}@media (max-width:425px){.px-pdpCards__grid{grid-template-columns:repeat(1,1fr)}.px-pdpCards__cardContent{padding:16px}}