﻿
#cont-17 {
	background-color: #BB000B;
	color: white !important;
	padding: 30px 2vw;
	display: inline-block;
	text-decoration: none;
	transition: .3s ease;
	box-sizing: border-box;
	margin-bottom: 20px;
	font-size: 17px;
	width: 100%;
}
#cont-17 a {
	background-color: white;
	color: #BB000B;
	padding: 8px 20px;
	display: inline-block;
	text-decoration: none;
	transition: .3s ease;
	text-transform: uppercase;
	font-weight: bold;
}
#cont-17 a:hover {
	background-color: #fcfcfc;
}
#cont-17 h1 {
	color: white;
}