.cms-contact {
	background: #fff;
	border-radius: 5px;
	border: 1px solid #A5A5A5;
	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;
}
}
