.base-grid{gap:var(--grid-gap-md);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));width:100%;display:grid}.base-grid--preset-1{justify-content:center;justify-items:center}@media screen and (width<=31.25em){.base-grid--preset-1{grid-template-columns:repeat(auto-fit,17.5rem);gap:2rem}}@media screen and (width>=31.3125em) and (width<=64em){.base-grid--preset-1{grid-template-columns:repeat(auto-fit,23.75rem);gap:2rem}}@media screen and (width>=64.0625em){.base-grid--preset-1{grid-template-columns:repeat(auto-fit,23.75rem);gap:3rem}}.content-overview{padding-top:0}.content-overview .section__body{justify-items:center;display:grid}.content-overview__no-results{padding:1rem}.content-overview__no-results h2{text-align:center}@media screen and (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 (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}}
