.nxb-featured-projects .nxb-section-heading { margin-bottom: 1.5rem; }
.nxb-project-teaser__image { display: block; overflow: hidden; border-radius: var(--nxb-radius-small); aspect-ratio: 4/3; }
.nxb-project-teaser__image img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 520px) { .nxb-featured-projects__grid { grid-template-columns: 1fr; } }
