.swiper-8-wrap {
	position: relative;
	margin-top: 50px;
}

#swiper-8 {
	position: relative;
	max-width: 800px;
	height: 250px;
}

#swiper-8 swiper-slide {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

.swiper-8-title {
	font-weight: bold;
	font-size: 27px;
	color: #ffffff;
}

.swiper-8-text {
	margin: 17px 0 27px;
	font-size: 19px;
	color: #e3defe;
	line-height: 29px;
}

.swiper-8-link {
	font-weight: 500;
	font-size: 13px;
	color: #e3defe;
	line-height: 29px;
	border-bottom: 1px solid #ffffff;
	width: max-content;
	margin: auto;
	line-height: 1.2;
	cursor: pointer;
	transition: transform 0.4s ease;
}

.swiper-8-link:hover {
	transform: scale(1.5);
}

#swiper-8-next,
#swiper-8-prev {
	position: absolute;
	top: calc(50px);
	cursor: pointer;
}

#swiper-8-prev {
	left: -100px;
}

#swiper-8-next {
	right: -100px;
	left: auto;
}
