.persons-gallery{padding-bottom:60px}.persons-gallery__wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.persons-gallery__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:24px;padding:8px}.persons-gallery__image{width:100%;max-width:200px;aspect-ratio:1/1;border-radius:50%;-o-object-fit:cover;object-fit:cover}.persons-gallery__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.persons-gallery__name{font-weight:var(--medium);font-size:24px;line-height:32px;text-align:center}.persons-gallery__role{font-weight:var(--regular);font-size:18px;line-height:26px;text-align:center}@media (max-width:1024px){.persons-gallery{padding-bottom:40px}.persons-gallery__wrapper{gap:0}.persons-gallery__item{min-height:195px;padding:8px 12px}.persons-gallery__image{max-width:75px}.persons-gallery__name{font-size:14px;line-height:18px}.persons-gallery__role{font-size:12px;line-height:16px}}