.news-gallery{align-items:stretch;display:grid;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:40px}.news-gallery img{border-radius:12px;display:block;height:400px!important;max-width:100%;min-height:360px;object-fit:cover;object-position:center;transition:transform .3s ease;width:100%}.news-gallery img:hover{transform:translateY(-3px)}@media(max-width:992px){.news-gallery{gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}.news-gallery img{height:320px!important;min-height:320px}}@media(max-width:768px){.news-gallery{gap:20px;grid-template-columns:1fr}.news-gallery img{height:320px!important;min-height:320px;width:100%}}@media(max-width:480px){.news-gallery{gap:16px}.news-gallery img{height:280px!important;min-height:280px}}
/*# sourceMappingURL=homeOverride.bundle.css.map*/