.lots-of-links.grid{width:100%;display:grid;gap:24px;grid-template-columns:repeat(1,1fr);padding-top:32px}@media (min-width:768px){.lots-of-links.grid{grid-template-columns:repeat(2,1fr);gap:32px 24px}}@media (--is-laptop ){.lots-of-links.grid{grid-template-columns:repeat(3,1fr);gap:32px 24px}}@media (min-width:1312px){.lots-of-links.grid{grid-template-columns:repeat(3,1fr);gap:48px 24px}}@media (min-width:1440px){.lots-of-links.grid{grid-template-columns:repeat(4,1fr);gap:48px 32px}}.news-and-articles-card{background:var(--sema-color-background-default,#FFF);border-radius:32px;cursor:pointer;&:hover{background:var(--sema-color-hover-background-default,#F6F6F3)}&:active{background:var(--sema-color-pressed-background-secondary,#CECEC5)}}