.ss-wrapper .service-img{
	border: 1px solid #eeeeee;
	box-shadow: 0px 7px 15px var(--light-green);
	width: 100%;
	height: 400px;
}

.ss-wrapper .title{
	text-transform: uppercase;
	color: var(--green);
}

.ss-wrapper .title::after{
	content: "";
	width: 100%;
	border-bottom: 1px solid var(--green);
	border-width: 1px;
	display: block;
	margin-top: 5px;
}
.ss-wrapper li{
	list-style-type: none;
	margin: 15px 0;
	display: flex;
}

.ss-wrapper li:before{
	content:'\f058' ;
	font-family: 'Font Awesome 6 Free';
	margin-right: 10px;
	color: var(--green);
}
.service-icon{
	width: 30px;
	margin-right: 15px;
}

.service-img{
	margin-bottom: 15px;
}