.grid-list{width:100%}@media(min-width:768px){.grid-list{margin:32px 0 0}}@media(max-width:767px){.grid-list{margin:24px 0 0}}.grid-list__list{display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}@media(min-width:1025px){.grid-list__list{row-gap:40px}}@media(min-width:768px)and (max-width:1024px){.grid-list__list{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.grid-list__list{grid-template-columns:repeat(1,1fr)}}
