.services-main {
	padding-top: 30px;
}
.services-main__list {
	margin-bottom: -25px;
	margin-top: -25px;
}
.services-main__item {
	padding-top: 25px;
	padding-bottom: 25px;
}
.tails-t5__title a {
	color: #000 !important;
}
.tails-t5__title a:hover {
	border-bottom-style: none !important;
	color: #FF5F3D !important;
}

@media( min-width: 1150px ) {
	.services-main__list {
		display: flex;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
	}

	.services-main__item {
		padding-right: 15px;
		padding-left: 15px;
		width: 50%;
		flex-grow: 1;
	}

	.services-main__item:nth-child(1),
	.services-main__item:nth-child(2)
	{
		width: 50%;
		max-width: unset;
		min-width: unset;
	}

	.services-main .tails-t5__content {
		min-height: 400px;
	}
}

@media( min-width: 1500px ) {
	.services-main__item {
		width: 25%;
	}

}

/*
.services-main__list .services-main__item .tails-t5__text {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;	
}
*/