.gallery-page{flex-direction:column}.gallery-page,.gallery-page__header{justify-content:flex-start;display:flex}.gallery-page__header{gap:20px;flex-direction:row;padding-bottom:20px}.gallery-page__image{height:100%;width:100%;border-radius:20px;object-fit:cover;object-position:center}.gallery-page__author{justify-content:flex-start;display:flex;flex-direction:column;padding:20px;border-radius:20px;background:var(--Black3,#1D1D1D)}.gallery-page__author-avatar{margin-bottom:16px;border-radius:50%;object-fit:cover}.gallery-page__author-name{font-size:24px;font-weight:800;letter-spacing:.48px}.gallery-page__author-description,.gallery-page__author-name{color:var(--White,#FFF);font-family:var(--font-manrope);font-style:normal;line-height:135%}.gallery-page__author-description{font-size:16px;font-weight:500;letter-spacing:.32px}.gallery-page__author-button{padding:0;background-color:rgba(0,0,0,0);width:58px;height:58px;display:flex;justify-content:center;align-items:center;border-radius:150px;border:1px solid #5e5e5e;background:#1d1d1d;color:#b5fc45;margin-top:auto}.gallery-page__author-button svg [fill]{fill:currentColor}.gallery-page__author-button svg [stroke]{stroke:currentColor}.gallery-page__content{display:flex;flex-direction:row;flex-wrap:wrap;gap:25px;justify-content:center;margin-bottom:40px}.gallery-page__item{max-width:300px;width:100%;height:auto;background:var(--Black3,#1D1D1D);border-radius:20px;flex:auto;justify-content:flex-start;display:flex;flex-direction:column}@media(max-width:767px){.gallery-page__item{max-width:100%}}.gallery-page__item-image{border-radius:20px;object-fit:cover;object-position:center;width:100%;height:auto}.gallery-page__item-buttons{padding:20px;gap:20px;justify-content:space-between;display:flex;flex-direction:row;align-items:center}.gallery-page__item-buttons-text{font-family:var(--font-manrope);font-weight:700;font-size:20px;line-height:135%;text-decoration:none;letter-spacing:5%}