.service-offers ul.elementor-icon-list-items{display:flex;flex-wrap:wrap;margin: 0 -10px;}
.service-offers ul.elementor-icon-list-items li{flex: 0 0 50%;padding: 0 10px;margin: 0 0 30px;}
.service-offers ul.elementor-icon-list-items li span{position:relative;padding-left:30px;margin-left:30px; max-width: 635px;}
.service-offers ul.elementor-icon-list-items li span::before{
	content: "";
	background-image:url("../images/list-arrow.svg");
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	position:absolute;
	width:30px;
	height:30px;
	top:-2px;
	left:-30px;
}
@media (max-width:991px){
	.service-offers ul.elementor-icon-list-items li{flex: 0 0 100%;margin:0 0 15px;}	
	.service-offers ul.elementor-icon-list-items{padding:0;}
	.service-offers ul.elementor-icon-list-items li span{position:relative;padding-left:20px;margin-left:20px; max-width: 100%;}
	.service-offers ul.elementor-icon-list-items li span::before{
		width:20px;
		height:20px;
		top:3px;
		left:-20px;
	}
}
.service-sec-outer {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12.5px;
    row-gap: 50px;
}
.service-post {
    flex: 0 0 33.33%;
    padding: 0 12.5px;
}
.service-image {
/*     max-width: 475px;
    max-height: 318px; */
	aspect-ratio: 3 / 2;
	margin-bottom:20px;
	overflow: hidden;
}
.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
    display: block;
}

.service-image:hover img{
	transform: scale(1.1);
}
.service-title{
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 5px;
}
.service-excerpt {
    color: #636363;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.44;
}
@media screen and (max-width:1200px){
	.service-title{
		font-size: 22px;
	}
	.service-image {
		margin-bottom:15px;
	}
}
@media screen and (max-width:991px){
	.service-sec-outer {
		margin: 0 -10px;
		row-gap: 30px;
	}
	.service-post {
		flex: 0 0 50%;
		padding:0 10px;
	}
	.service-image {
		margin-bottom:10px;
	}
	.service-title{
		font-size: 20px;
	}
	.service-excerpt {
		font-size: 16px;
	}
    .service-image:hover img {
        transform: none;
    }

}
@media screen and (max-width:575px){
	.service-sec-outer {
		margin: 0;
		row-gap: 20px;
	}
	.service-post {
		flex: 0 0 100%;
		padding: 0;
	}
}

