.gallery-section__list{display:grid;gap:10px;grid-template-columns:repeat(4,1fr)}@media not (min-width:1024px){.gallery-section__list{grid-template-columns:repeat(2,1fr)}}@media not (min-width:768px){.gallery-section__list{grid-template-columns:1fr}}.gallery-section__item{cursor:pointer;overflow:hidden}@media not (min-width:1024px){.gallery-section__item{aspect-ratio:1}}@media(hover:hover){.gallery-section__item:hover img{transform:scale(1.05)}}.gallery-section__item img{transition:transform .2s linear}.gallery-section__button{margin-top:24px;margin-inline:auto;max-width:-moz-max-content;max-width:max-content}
