/* CSS Document */
.ccm-block-feature-item-inner {
	flex-wrap: wrap;
}
div.ccm-block-feature-item p {
	margin: 0;
}
div.ccm-block-feature-item i {
	margin: 0;
	font-size: 2.5em;
}

.ccm-block-feature-image {
	width: 100%;
	margin-bottom:1em;
}
.ccm-block-feature-icon {
	width: 0;
	display: none;
}
.ccm-block-feature-item-w-icon .ccm-block-feature-icon {
	width: 10%;
	padding-right: .5em;
	display: block;
}
.ccm-block-feature-text {
	width: 100%;
}
.ccm-block-feature-item-w-icon .ccm-block-feature-text {
	width: 90%;
}

@media (min-width: 768px) {
	div.ccm-block-feature-item i {
		font-size: 4vw;
	}
	.ccm-block-feature-icon {
		width: 20%;
	}
	.ccm-block-feature-text {
		width: 100%;
	}
	.ccm-block-feature-item-w-icon .ccm-block-feature-text {
		width: 80%;
	}
	.row .ccm-block-feature-item,
	.row .ccm-block-feature-item-inner {
		height: 100%;
	}

}

