div.theme-atomik .ccm-block-feature-bordered {
	display: block;
	text-align: center;
	border: 4px solid #62b22f;
	border-radius: 8px;
	padding: 20px 10px;
}

div.theme-atomik .ccm-block-feature-bordered > h1,	
div.theme-atomik .ccm-block-feature-bordered > h2,
div.theme-atomik .ccm-block-feature-bordered > h3,
div.theme-atomik .ccm-block-feature-bordered > h4 {
	margin-bottom: 1.5rem;
	padding-bottom: 20px;
	border-bottom: 3px solid #62b22f;
}

div.theme-atomik .ccm-block-feature-bordered > i {
	font-size: 4rem;
	margin-bottom: 1.5rem;
	color: var(--bs-body-color);
	transition: all .2s;
}

div.theme-atomik .ccm-block-feature-bordered:hover > i {
	color: #62b22f;
}

div.theme-atomik .ccm-block-feature-bordered .text-primary {
	font-family: "Bebas Neue";
	font-weight: 400 !important;
	text-transform: uppercase;
	font-size: calc(1.325rem + .9vw) !important;
}

div.theme-atomik .ccm-block-feature-bordered td.display-4,
div.theme-atomik .ccm-block-feature-bordered p {
	color: #000000 !important;
}

@media (max-width: 767px) {
	div.theme-atomik .ccm-block-feature-bordered {
		margin-bottom: 30px;
	}
}

