.get-bestoffer {
	background: url("../images/get-bestoffer-bg.html") no-repeat left top;
	padding-top: 156px;
	padding-bottom: 176px;
	-webkit-background-size: cover;
	background-size: cover;
}
.get-bestoffer h2 {
	text-align: center;
	margin-bottom: 58px;
	text-transform: uppercase;
}
.get-bestoffer h2 span {
	font-weight: 700;
}
.get-bestoffer .get-left, .get-bestoffer .get-right {
	padding-top: 76px;
}
.get-bestoffer .get-left figure {
	float: left;
	width: 18%;
}
.get-bestoffer .get-left .offer-details {
	float: right;
	width: 74%;
}
.get-bestoffer .get-left .offer-details h3 {
	font-size: 24px;
	color: #3f2c25;
	padding-bottom: 18px;
	position: relative;
}
.get-bestoffer .divider-dotted {
	width: 100%;
	height: 1px;
	background: url(../images/dot-pattern.html) left top repeat-x;
	position: relative;
	margin-bottom: 15px;
}
.get-bestoffer .divider-dotted:after {
	content: " ";
	position: absolute;
	bottom: -8px;
	right: -17px;
	border: 4px solid #ffffff;
	width: 17px;
	height: 17px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ecac4a;
}
.get-bestoffer .fa {
	font-size: 36px;
	color: #ecac4a;
}
.get-bestoffer .offer-icon {
	width: 78px;
	height: 78px;
	display: inline-block;
	background: #ffffff;
	-webkit-box-shadow: 4px 5px 8px 0px #f3f3f3;
	-moz-box-shadow: 4px 5px 8px 0px #f3f3f3;
	box-shadow: 4px 5px 8px 0px #f3f3f3;
	text-align: center;
	padding: 22px 10px;
	float: left;
	margin-right: 15px;
}
.get-left li {
	margin-bottom: 20px;
}
.get-bestoffer .get-right .offer-icon {
	float: right;
	margin-left: 15px;
	margin-right: 0;
}
.get-bestoffer .get-right .divider-dotted:after {
	left: -17px;
}