.iconbox {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	text-align: center;
}
.iconbox a {
	height: 100%;
	color: inherit;
	text-align: center;
}
.iconbox-img {
	width: 100%;
}
.iconbox-content {
	padding: 24px 15px 0;
	height: 100%;
}
.iconbox-content h3 {
	margin-bottom: 0 !important;
	color: #1A68AF;
}

.iconbox-content p {
	font-size: 20px;
	line-height: 1.2;
	color: #6C6F73 !important;
}
.iconbox-content .read-more {
	display: block;
	margin-top: 20px !important;
	color: #4B7D5C;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.3px;
}
.iconbox a:hover .iconbox-content .read-more {
	color: #1A68AF;
}
@media only screen and (max-width: 599px) {
	.iconbox { padding: 25px 0; }
}