.offercontsection{ border:1px solid #ccc; margin-bottom:40px;}
.offersection{padding:20px 20px; margin-bottom:20px;}
.mainheader {
	font-size: 28px;
	padding: 20px 0px;
	color: #0f5995;
	line-height: normal;
}
.offerdetails ul{ padding-left:20px;}
.offerdetails ul li{ position:relative; margin-bottom:5px;}
.offerdetails ul li::before {
	content: " ";
	display: inline-block;
	position: absolute;
	top: 10px;
	left: -13px;
	width: 6px;
	height: 6px;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: .65em;
	background: #333;
}


@media (max-width: 768px) {

}