.gallery-section__list{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}@media (width<1024px){.gallery-section__list{grid-template-columns:repeat(2,1fr)}}@media (width<768px){.gallery-section__list{grid-template-columns:1fr}}.gallery-section__item{cursor:pointer;overflow:hidden}@media (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;max-width:max-content;margin-inline:auto}
