.services.type-services{
	width:100%;
	min-width:20%;
	border-radius:6px 6px 0 0;
}

.service-list-image-wrapper{
	height:140px;
	min-height:auto;
	overflow:hidden;
}

.service-list-item .title{
	font-size:14px;
	line-height:17.5px;
	
}

.entry-description-price{
	font-size:13px;
}

.service-list-image-wrapper img{
	position:relative;
	object-fit: cover;
	object-position: right;
    height: 100%;
    width: 100%;
	border-radius:6px 6px 0 0 ;
}

.service-list-item .btn{
	font-size:14px;
	text-transform:inherit;
	padding:8px;
}

.service-list-item .entry-description{
	padding:15px;
}



@media only screen and (max-width: 1024px) {
	.services.type-services{
		width:100%;
		min-width:33%;
	}
}

@media only screen and (max-width: 768px) {
	
	.service-list-item .title{
		font-size:14px;
		
	}
	
    .service-list-item .entry-description {
        padding: 15px;
    }
	.post-415 .service-list-image-wrapper img{
		object-position:-205px;
	}
}


@media (max-width: 550px) {
	.services.type-services{
		width:100%;
		min-width:50%;
	}
}


