.home-feature-tiles{padding-block:var(--space-12)}.home-feature-tiles__heading{text-align:center;font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,1.75rem);font-weight:800;color:var(--text-heading);margin-bottom:var(--space-8)}.home-feature-tiles__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.home-feature-tiles__media{display:flex;align-items:center;justify-content:center;padding:0 22px 12px}.home-feature-tiles__media img{width:64px;height:64px;object-fit:contain}.home-feature-tiles--directory .home-feature-tiles__grid{grid-template-columns:repeat(3,1fr);gap:24px}.home-feature-tiles--directory .home-feature-tiles__media{padding:0 22px 16px}.home-feature-tiles--directory .home-feature-tiles__portrait{width:100%;max-width:200px;aspect-ratio:1;overflow:hidden;border-radius:.5rem}.home-feature-tiles--directory .home-feature-tiles__media img{width:100%;max-width:none;height:130%;object-fit:cover;object-position:top center}.home-feature-tiles--directory .home-feature-tiles__text,.home-feature-tiles--directory .home-feature-tiles__title{text-align:center}.home-feature-tiles__text{color:var(--text-secondary);font-size:.9375rem;line-height:1.45}@media (width <= 900px){.home-feature-tiles--directory .home-feature-tiles__grid{grid-template-columns:repeat(2,1fr)}}@media (width <= 720px){.home-feature-tiles--directory .home-feature-tiles__grid,.home-feature-tiles__grid{grid-template-columns:1fr}}@media (width <= 560px){.home-feature-tiles{padding-block:var(--space-8)}.home-feature-tiles__grid{gap:14px}}