/* Über uns page sections. */
.hcb-about-two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
}

.hcb-about-text h2,
.hcb-about-two-col > div > h2 {
	font-family: Georgia, serif;
	font-size: 30px;
	font-weight: 700;
	color: #08152a;
	margin-bottom: 12px;
}

.hcb-about-text {
	font-size: 15px;
	color: #666;
	line-height: 1.85;
	font-weight: 300;
}

.hcb-about-reason {
	display: flex;
	gap: 12px;
	padding: 13px 0;
	border-bottom: 1px solid #e2dfd8;
	font-size: 13px;
	color: #555;
	font-weight: 300;
	line-height: 1.5;
}

.hcb-about-reason-num {
	width: 22px;
	height: 22px;
	background: #c8001a;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.hcb-about-reason b {
	font-weight: 700;
	color: #08152a;
}

.hcb-about-features {
	background: #f7f4ef;
	padding: 48px 0;
}

.hcb-about-features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2px;
}

.hcb-about-feat {
	padding: 24px 20px;
	background: #fff;
	border-left: 3px solid #c8001a;
}

.hcb-about-feat--dark {
	background: #08152a;
	border-left: none;
}

.hcb-about-feat-label {
	font-size: 10px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #c8001a;
	font-weight: 700;
	margin-bottom: 8px;
}

.hcb-about-feat h3 {
	font-family: Georgia, serif;
	font-size: 22px;
	color: #08152a;
	font-weight: 700;
	margin-bottom: 8px;
}

.hcb-about-feat--dark h3 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}

.hcb-about-feat p {
	font-size: 14px;
	color: #777;
	line-height: 1.7;
	font-weight: 300;
}

.hcb-about-feat--dark p {
	font-size: 17px;
	color: #fff;
}

.hcb-about-feat--dark .btn-sm {
	margin-top: 14px;
	display: inline-block;
}
