.about-us-gallery__title{text-align:center;color:var(--color-primary);margin-bottom:var(--section-spacing-between)}.about-us-gallery__columns{display:flex;align-items:stretch;justify-content:space-between;width:100%;gap:2rem;overflow:hidden}.about-us-gallery__wrapper{display:flex;flex-direction:column;gap:2rem;width:100%}.about-us-gallery__wrapper-row{display:flex;flex-direction:row;gap:2rem;width:100%}.about-us-gallery__item{width:50%;height:14.625rem;border-radius:.75rem;overflow:hidden}.about-us-gallery__item.about-us-gallery__item--large{width:100%;height:31.25rem;max-width:25rem}.about-us-gallery__item .about-us-gallery__image{width:100%;height:100%;object-fit:cover}@media screen and (max-width:48rem){.about-us-gallery__title{text-align:left}.about-us-gallery__container{align-items:flex-start}.about-us-gallery__columns,.about-us-gallery__wrapper,.about-us-gallery__wrapper-row{gap:1rem}.about-us-gallery__columns{flex-direction:column}.about-us-gallery__item.about-us-gallery__item--large{max-width:100%}}@media screen and (max-width:32rem){.about-us-gallery__item.about-us-gallery__item--large{height:20rem;max-height:20rem}.about-us-gallery__wrapper-row{flex-direction:column}.about-us-gallery__item{width:100%}}