.section--additional .swiper-slide {
	height: auto;
}

.services-block__item-title {
	font-weight: bold;
}

.services-block__item-title a {
	color: currentColor;
	text-decoration: none;
}

.services-block__item-title a:hover {
	color: var(--color-accent);
	text-decoration: none;
}

.services-block__item-link {
	margin-top: auto;
}

.services-block__item-image {
	aspect-ratio: 1 / 0.7;
}

.services-block__item-text {
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
}