/* index.html CSS */

div.feature-icon {
	width: 4rem;
	height: 4rem;
	border-radius: .75rem;
	color: #fff;
	background-color: #040F16;
}

section.cta-container, section.vision-container {
	background-color: #0B7A75;
}

p.title {
	color: #0B7A75;
}

div.card > img {
	object-fit: cover;
	max-height: 150px;
}

.spin-off-text {
	font-size: medium;
	color: #01407a;
}
