@charset "UTF-8";.c-gallery,.c-gallery--centered{--gallery-content-gap:var(--spacing-responsive);--gallery-images-gap:var(--spacing-responsive);--gallery-images-per-row:1;margin-bottom:var(--spacing-responsive)}.c-gallery__content{display:flex;flex-direction:column;row-gap:1.25rem}.c-gallery__content__title{margin:0}.c-gallery__content+.c-gallery__row{margin-top:var(--gallery-content-gap)}.c-gallery__row{display:flex;flex-wrap:wrap;gap:var(--gallery-images-gap)}.c-gallery__image{flex:1 0 calc(100% / var(--gallery-images-per-row) - var(--gallery-images-gap) * 2)}.c-gallery__image img{border-radius:20px}.c-gallery--centered .c-gallery__content{text-align:center}@media (min-width:768px){.c-gallery,.c-gallery--centered{--gallery-images-per-row:2}.c-gallery__image:nth-child(3n+3):not(:nth-last-child(2)):not(:last-child){--gallery-images-per-row:1}}@media (min-width:1450px){.c-gallery--centered{max-width:790px;margin-left:auto;margin-right:auto}}