.gallery-grid{display:flex;flex-direction:column;gap:20px;margin-top:60px;margin-bottom:60px}.gallery-grid__row{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}.gallery-grid__row--small{grid-auto-rows:clamp(120px,17vw,186px)}.gallery-grid__row--big{grid-auto-rows:clamp(180px,36vw,392px)}.gallery-grid__row--2-1 .gallery-grid__item:first-child{grid-column:span 2}.gallery-grid__row--1-2 .gallery-grid__item:last-child{grid-column:span 2}.gallery-grid__item{overflow:hidden;border-radius:20px}.gallery-grid__item-link{display:block;width:100%;height:100%}.gallery-grid__item-link picture{display:block;width:100%;height:100%}.gallery-grid__item-link img{width:100%;height:100%;object-fit:cover;display:block}.gallery-grid__item-description{position:absolute;top:auto;right:0;bottom:0;left:0;z-index:2}.gallery-grid__item-description{font-size:14px}@media screen and (min-width: 480px){.gallery-grid__item-description{font-size:calc(14px + 4*(100vw - 480px)/920)}}@media screen and (min-width: 1400px){.gallery-grid__item-description{font-size:18px}}