.feature-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card{background:#fff;padding:2rem 1.5rem;border-radius:20px;box-shadow:0 12px 34px rgba(4,47,78,.08);text-align:center}.feature-card img{width:7.25rem;height:7.25rem;border-radius:50%;object-fit:cover;margin:auto}.feature-card h3,.team-member h3{color:#004b85;text-transform:uppercase;font-size:1rem}.editorial-split{display:grid;grid-template-columns:1fr 1fr;gap:4.5rem;align-items:center}.editorial-split.is-reversed{direction:rtl}.editorial-split.is-reversed>*{direction:ltr}.editorial-photo{width:100%;min-height:340px;object-fit:cover;border-radius:22px;box-shadow:0 20px 55px rgba(4,47,78,.12)}.team-members{display:grid;gap:2.25rem}.team-member{display:grid;grid-template-columns:132px 1fr;gap:1.75rem;align-items:start;padding:1.5rem 0;border-bottom:1px solid #d7e2e7}.team-member:last-child{border-bottom:none}.team-member img{width:132px;height:132px;object-fit:cover;border-radius:18px}.team-member h3{margin:0 0 .75rem}.content-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.content-gallery figure{margin:0;overflow:hidden;border-radius:16px;aspect-ratio:1.15}.content-gallery img{width:100%;height:100%;object-fit:cover}@media(max-width:760px){.feature-cards,.editorial-split{grid-template-columns:1fr;gap:1.25rem}.editorial-split.is-reversed{direction:ltr}.feature-card{display:grid;grid-template-columns:92px 1fr;text-align:left;gap:1rem;align-items:center}.feature-card img{width:92px;height:92px;grid-row:span 2}.feature-card h3{margin:0}.feature-card p{margin:0}.team-member{grid-template-columns:84px 1fr;gap:1rem}.team-member img{width:84px;height:84px}.content-gallery{grid-template-columns:repeat(2,1fr)}.editorial-photo{min-height:240px}}
