div.ccm-hero-block-feature-item {
	display: flex 1 0;
	align-items: center;
	justify-content: center;
	text-align: center;
}

div.ccm-hero-block-feature-item i {
	font-size: 2.5em;
	padding: 25px;
	margin-top: 25px;
	color: black;
	transition: all ease 0.2s;
}

h3.hero-title {
	font-weight: 300  !important;
	color: black  !important;
	font-size: 2em !important;
}

div.ccm-hero-block-feature-item p {
	padding: 1em;
	margin-top: 12px;
}

a div.ccm-hero-block-feature-item {
	color: black;
}

.ccm-block-custom-template-hero-feature.feature-home-page:hover i {
	color: #b0b1b1;
}