Collection: People Power Collection

Power to the People

People Power Collection
%}} /* Center the collection banner contents */ .collection-hero__inner { display: flex; flex-direction: column; align-items: center; /* centers horizontally */ justify-content: center; /* centers vertically */ text-align: center; } /* Ensure text wrapper is centered */ .collection-hero__text-wrapper { margin: 0 auto; text-align: center; } /* Center image under the text */ .collection-hero__image-container { margin: 1rem auto 0 auto; text-align: center; }