.main-content-block{
	padding: 20px 40px 40px 0px;
    max-width: 1260px;
    margin: 0 auto;
}
.step-section{
	margin-bottom: 40px;
}
.step-section:last-child{
	margin-bottom: 0px;
}
.image-col{
	float: right;
}
.image-col img{
	max-width: 100%;
}
.content-wrap{
	
	padding-right: 100px;
	background: url('/images/shell/double_arrow.png') no-repeat center right;
	background-size: 50px;
}
.primary-heading{
	font-size: 20px;
	#color: #3a81c3;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: "Tondo", sans-serif;
}

@media screen and (max-width: 991px) {
	.step-section .col-sm-6, .step-section .col-sm-5{
		clear: both;
		width: 70%;
		margin: 0 auto;
		float: none;
	}
	.step-section .content-wrap{
		padding: 0px 0px 50px 0px;
		background: none;
		
	}
	.image-col{
		text-align: center;
	}
	.step-section{
		margin: 0px;
		padding: 50px 0px 0px 0px;
	}
	.step-section:last-child .content-wrap{
		padding-bottom: 0px;
	}
	.main-content-block{
		padding: 0px 0px;
	}
}
@media screen and (max-width: 768px) {
	.step-section .col-sm-6, .step-section .col-sm-5{
		width: 90%;
		
	}
}