
.nn-home-builder{max-width:1500px;margin:auto;padding:24px}
.nn-feature-grid,.nn-editorial-grid{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:24px;
margin:40px 0;
}
.banner-home{
margin:40px 0;
text-align:center;
}
@media(max-width:1100px){
.nn-feature-grid,.nn-editorial-grid{
grid-template-columns:1fr;
}
}
