.grid-list{background:var(--color-amber-50)}.grid-list__pretitle{margin-bottom:2.4rem}.grid-list__title{width:60rem;margin-bottom:3.6rem}.grid-list__list{grid-template-columns:repeat(4,1fr)}.grid-list-item{gap:1.6rem}.grid-list-item__title{width:100%;padding:1.6rem;background:var(--color-dark);text-align:center;color:#fff}@media screen and (max-width:1024.9px){.grid-list__list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:575.9px){.grid-list__inner{gap:2.4rem}.grid-list__pretitle{margin-bottom:0}.grid-list__title{margin-bottom:1.6rem}.grid-list__list{grid-template-columns:repeat(1,1fr)}.grid-list-item__title{padding:1.2rem}}