
.servicelist-wr {
    flex-wrap: wrap;
	margin-left:-17px;
	margin-right:-17px;
}
.service-wrap>a .service-info-overlay .heading-24
{
	max-width:100%;
}



/*-------- service-detail -----*/




/* Super Large devices (large desktops, less than 1600px) */
@media (max-width: 1599.98px) {
	
		.servicelist-wr {	
			margin-left:-8px;
			margin-right:-8px;
	}
	
}

/* Extra Large devices (large desktops, less than 1440px) */
@media (max-width: 1439.98px) {

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {


}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
.servicelist-wr {
 margin-left:-6px;
	margin-right:-6px;
}
	.content-wrapper.bg-light .content-block
	{
		margin-bottom:30px;
	}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
.servicelist-wr {
 margin-left:-3px;
	margin-right:-3px;
}
}
@media (max-width: 480.98px) {
	.servicelist-wr {
 margin-left:0px;
	margin-right:0px;
}
}