.press-cards-wrapper{display:flex;flex-direction:column;gap:64px}.press-cards-cards{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center;justify-items:center}.press-cards-cards .press-cards-card{max-width:480px;width:100%}.press-cards-card{background:#fff;border-radius:20px;display:flex;flex-direction:column;gap:24px;padding:24px 18px}@media only screen and (max-width:991px){.press-cards-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:767px){.press-cards-cards{grid-template-columns:repeat(1,minmax(0,1fr))}.press-cards-wrapper{gap:32px}.press-cards-card{padding:24px 16px}}