/*
--------------------------------------
Container
--------------------------------------
*/

.bwa-gallery {
	margin: 32px 0;
}

/*
--------------------------------------
Title + Subtitle
--------------------------------------
*/

.bwa-gallery__title-subtitle-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bwa-gallery__title {
	font-size: 1.8rem;
	margin-bottom: 0.25em;
}

.bwa-gallery__subtitle {
	font-size: 1rem;
	color: #666;
	margin-bottom: 1.5em;
}

/*
--------------------------------------
Grid
--------------------------------------
*/

.bwa-gallery__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.bwa-gallery__item img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: auto;
}

/*
--------------------------------------
Btn
--------------------------------------
*/

.bwa-gallery__cta {
	display: flex;
	justify-content: center;
	margin-top: 1.5em;
}
