/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.landing-categories{width:100%;}.bottom-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;}.card.small{position:relative;display:block;width:100%;aspect-ratio:4 / 3;border-radius:12px;overflow:hidden;}.card.small img{width:100%;height:100%;object-fit:cover;}@media (max-width:992px){.bottom-grid{grid-template-columns:repeat(3,1fr);}}@media (max-width:768px){.bottom-grid{grid-template-columns:repeat(2,1fr);}}@media (max-width:480px){.bottom-grid{grid-template-columns:1fr;}}
