/*INSTRUCTIONS FOR ADDING Call Out (3 ITEMS)*/
/*Add 'Call Out (3 Items)' Block to Content Center in the Block Layout (select domain and '<front>').
Activate this Stylesheet on the Domain Below.
DO NOT MAKE CHANGES TO THIS STYLE SHEET. OVERWRITE ALL CHANGES ON SITE SPECIFIC CSS*/

.card {
	margin: 2%;
	border: 0px none;
}

.card-body {
	padding: 2% 0% 0% 0%;
}

.card-title {
	font-weight: bold;
}

.card-body {
	padding: 2% 0% 0% 0%;
}

@media screen and (max-width: 768px) {
	.card-group .row .col {
		flex: 100%;
	}

}