.gallery{display:-ms-grid;display:grid;gap:14px;gap:.875rem;padding:3.125rem 0}@media only screen and (min-width:37.5em){.gallery{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:62.5em){.gallery{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);padding:5.625rem 0}}@media only screen and (min-width:75em){.gallery{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr)}}.gallery__item img{border-radius:10px;display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media only screen and (min-width:62.5em){.gallery__item--bigger{-ms-grid-row:1;grid-row-start:1;-ms-grid-row-span:2;-ms-grid-column:1;grid-column-start:1;grid-row-end:3;-ms-grid-column-span:2;grid-column-end:3}}