.effect-img{
	margin-top: 20px;
	margin-bottom: 50px;
}

.list-sections{
	margin-bottom: 50px;
}
.list-sections:last-child{
	margin-bottom: 16px;
}

.effect-img-left-icon, .effect-img-right-icon{
	position: absolute;
    top: 80px;
    
}
.effect-img-left-icon{
left: 85px;
}
.effect-img-right-icon{
right: 80px;
}

@media (max-width:991px){
	.effect-img{
	margin-top: 10px;
	margin-bottom: 20px;
}
	
	
	.list-sections{
	margin-bottom: 20px;
}
.list-sections:last-child{
	margin-bottom: 5px;
}

	
}
@media (max-width:767px){
.mobile-imgs img{
	margin-bottom:15px;
	max-width: 250px;
	
}
}





