/* Galerie page. */
.hcb-gallery-section {
	padding: 48px 0;
}

.hcb-gallery-section .section-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 24px;
}

.hcb-gallery-section-head {
	border-bottom: 2px solid #e2dfd8;
	padding-bottom: 16px;
	margin-bottom: 28px;
	display: flex;
	align-items: center;
	gap: 16px;
}

.hcb-gallery-section-num {
	font-family: Georgia, serif;
	font-size: 36px;
	color: rgba(21, 82, 168, 0.07);
	font-weight: 700;
	line-height: 1;
}

.hcb-gallery-section-label {
	font-size: 9.5px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #c8001a;
	font-weight: 700;
	margin-bottom: 2px;
}

.hcb-gallery-section-title {
	font-family: Georgia, serif;
	font-size: 22px;
	color: #08152a;
	font-weight: 700;
}

.hcb-gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, minmax(200px, 280px));
	gap: 3px;
	margin-bottom: 48px;
}

.hcb-gallery-item {
	position: relative;
	overflow: hidden;
}

.hcb-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hcb-gallery-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(8, 21, 42, 0.62);
	color: #fff;
	font-size: 10px;
	padding: 5px 9px;
}
