.four-column-cards{margin:0 auto;max-width:1400px;padding:3rem 1rem}.card-grid-4{display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);justify-content:center;justify-items:center}@media (max-width:1440px){.card-grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:710px){.card-grid-4{grid-template-columns:1fr}}.card-4{background:#0c2137;border-radius:.5rem;display:flex;flex-direction:column;justify-content:space-between;min-width:250px;padding:2rem;text-align:center}.card-image-4{border-radius:.25rem;height:180px;margin-bottom:1rem;object-fit:cover;width:100%}.card-heading-4{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.card-copy-4{flex-grow:1;font-size:.95rem;margin-bottom:1rem}