.service-list-item{
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.service-list-item .service-list-thumb img{
    width: 200px;
    height: 130px;
    border-radius: 8px;
    object-fit: cover;
}

.service-list-item h2{
	font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
}

.service-main-title{
	font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.service-gallery{
	margin: 20px 0;
}

.service-gallery img{
	border-radius: 10px;
}

.services-other .heading{
	background-color: #eee;
    margin-bottom: 15px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    border-left: 4px solid #4a7d4a;
    border-radius: 10px;
}