.content-block ul{
    margin-left: 0;
}

.content-block #laz-all-stores-map{
    border-radius: 25px;
}

.content-block ul {
    list-style-type: none; 
    padding: 0; 
}

.content-block ul li {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'><mask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='30' height='30'><rect width='30' height='30' fill='%23D9D9D9'/></mask><g mask='url(%23mask0)'><path d='M13.75 16.25H6.25V13.75H13.75V6.25H16.25V13.75H23.75V16.25H16.25V23.75H13.75V16.25Z' fill='%23EC8B33'/></g></svg>");
    background-repeat: no-repeat; 
    background-position: 0 0; 
    padding-left: 40px; 
    margin-bottom: 10px; 
}

.content-block img{
	border-radius: 25px;
}

.content-block.start-xs .row .col-xs-12{
    text-align: left !important;
}

.single-section-left h2, .single-section-left .sub-heading, .single-section-left{
	text-align: left;
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/*XS Devices 0 - 767px*/
@media only screen and (max-width: 47.9375em) {
	.content-block .row .image{
		order: 1;				
	}
	.content-block .row .text, .content-block .row .paragraph{
		order: 2;
	}
	
	.content-block .map{
		margin-bottom: 2em;
	}
	
	.content-block  #laz-all-stores-map{
		height: 400px;
	}
}

/*Devices 768px in width*/
@media only screen and (min-width: 48em) {

}

/*Devices 1024px in width*/
@media only screen and (min-width: 64em) {



}

/*Devices 1200px+ in width*/
@media only screen and (min-width: 75em) {

    .content-block .row.reverse .text.col-xs-12{
        padding: 0 3em;
    }
	.content-block .row.reverse .text.col-lg-4{
		padding: 1em;
	}

	.page-id-1174 .content-block{
		margin-bottom: 0 !important; 
	}

	.page-id-1174 .services{
		margin-bottom: 0 !important; 
		padding-top: 2em !important;
	}

}