.esb-banner{
width:100%;
background-size:cover;
background-position:center;
padding:120px 20px;
}

.esb-container{
width:100%;
margin:0 auto;
}

.esb-inner{
width:100%;
}

.esb-title{
margin-bottom:15px;
}

.esb-desc{
margin-bottom:25px;
}

.esb-buttons a{
padding:12px 25px;
margin:5px;
display:inline-block;
text-decoration:none;
border-radius:4px;
}

.esb-banner-btn{
	 display: inline-block;
	 text-decoration: none;
	 margin: 5px; 
	 font-weight:600;
}

.esb-banner-btn i{
	font-size:12px; padding-left:5px;
}

@media (max-width:1024px){
.esb-banner{
	padding:50px 20px;
}
	
}


@media (max-width:767px){
	.esb-banner{
		background-position:left center !important;
	}
}