body {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.hero {
	position: relative;
	min-height: 70vh;
	background: url('images/hero.webp') center/cover no-repeat;
	color: #fff;
}

.hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.15);
}

.hero-content {
	position: relative;
	z-index: 1;
}

.section-padding {
	padding: 4rem 0;
}

.card ul li {
	list-style-type: '✔️';
}

.price {
	color: #198754;
	font-weight: 600;
}

.dark-strip {
	background: #212529;
	color: #fff;
}

footer {
	background: #212529;
	color: #adb5bd;
}
