.cms-contact {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #f0f0f0;
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.07);
	padding: 15px;
	margin-top: 10px;
	min-height: 115px;
}
.cms-contact h6 {
	font-size: 18px;
	margin-bottom: 5px;
}


@media only screen and (max-width:991px){
.cms-contact {
	min-height: auto;
}
}
