.contacts-content {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}
	.contacts-content .contacts-title {
		font-weight: bold;
		font-size: 36px;
		line-height: 42px;
	}
	.contacts-content .contacts-description {
		font-size: 16px;
		line-height: 24px;
		color: #5D5D5D;
	}
		.contacts-content .contacts-description  a {
			color: #5D5D5D;
		}
	.contacts-content .contacts-image img {
		height: 45px;
		margin: 20px 10px;
		margin-top: 60px;
	}
.contacts-footer {
	background-color: #FFCC00;
	text-align: center;
	padding: 40px 10px;
	font-weight: bold;
	font-size: 36px;
	line-height: 40px;
}
	.contacts-footer a {
		opacity: 0.5;
		text-decoration: underline;
	}
		.contacts-footer a:hover {
			opacity: 1;
		}