body {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	line-height: 28px;
	background: #fff3cc
}
strong {
	color: #000000;
	font-weight: bold;
}
.bottom-col {
	padding: 0px 8%;
}
.bottom-col img {
	vertical-align: middle;
	padding-bottom: 30px;
}
.top-col {
	padding: 40px 20%;
}
.top-col a {
	font-weight: 800;
	color: #000000;
	text-decoration: none;
}
.text-center a {
	font-weight: 800;
	color: #000000;
	text-decoration: none;
}
a.btn-green {
	background: #555555;
	border-radius: 50px;
	color: #fff;
	padding: 6px 8px;
}
a.btn-green:hover {
	text-decoration: none;
}
p.phone {
    font-weight: 800;
    color: #000000;
    font-size: 18px;
    padding-bottom: 23px;
}
a.btn-orange {
	background: #555555;
	border-radius: 50px;
	color: #fff;
	padding: 6px 8px;
	;
}
a.btn-orange:hover {
	text-decoration: none;
}
.border-right{
	border-right: solid 1px #808284;
}
@media screen and (max-width: 900px) {
.bottom-col {
	padding: 7px 4px;
}
.top-col {
	padding: 7px 4px;
}
}
@media screen and (max-width: 767px) {
.border-right{
	border-right: none;
}
a.btn-green {
	background: #555555;
	display: block;
	border-radius: 50px;
	color: #fff;
	padding: 3px 7px;
	line-height: 1.2;
}
a.btn-orange {
	background: #555555;
	display: block;
	border-radius: 50px;
	color: #fff;
	padding: 3px 7px;
	line-height: 1.2;
}
.bottom-col {
	padding-top: 20px;
	border-top: solid 1px #808284;
	margin-top: 20px;
}
}
