@media(min-width:768px){.featured-card-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:var(--spacing-6)}.featured-card-grid.two-featured>*:nth-child(1){grid-column:span 3;width:100%}.featured-card-grid.two-featured>*:nth-child(2){grid-column:span 3}.featured-card-grid.two-featured>*:nth-child(n+3){grid-column:span 2}.featured-card-grid:not(.two-featured)>*:nth-child(n){grid-column:span 2}}@media screen and (max-width:767px){.featured-card-grid{display:flex;flex-direction:column;gap:var(--spacing-6)}.featured-card-grid[data-astro-cid-hjfgftiy].scroll-on-mobile{flex-direction:row;overflow-x:scroll}.featured-card-grid.scroll-on-mobile>*{flex:0 0 auto;width:70vw}}
