.base-grid{display:grid;gap:var(--grid-gap-md);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));width:100%}.base-grid--preset-1{justify-content:center;justify-items:center}@media screen and (max-width:31.25em){.base-grid--preset-1{gap:2rem;grid-template-columns:repeat(auto-fit,17.5rem)}}@media screen and (min-width:31.3125em)and (max-width:64em){.base-grid--preset-1{gap:2rem;grid-template-columns:repeat(auto-fit,23.75rem)}}@media screen and (min-width:64.0625em){.base-grid--preset-1{gap:3rem;grid-template-columns:repeat(auto-fit,23.75rem)}}.content-overview{padding-top:0}.content-overview .section__body{display:grid;justify-items:center}.content-overview__no-results{padding:1rem}.content-overview__no-results h2{text-align:center}@media screen and (max-width:64em){.content-overview__no-results h2{font-family:var(--font-family-secondary);font-size:1.125rem;font-weight:800;line-height:1.2}}@media screen and (min-width:64.0625em){.content-overview__no-results h2{font-family:var(--font-family-secondary);font-size:1.25rem;font-weight:800;line-height:1.2}}
