#testimonials {
	background: transparent;
}

#testimonials .swiper-container {
	position: relative;
	display: flex;
	flex-direction: column;
	row-gap: 100px;
}

#testimonials .swiper-wrapper {
	align-items: stretch;
}

#testimonials .swiper-slide {
	cursor: grab;
}

#testimonials .swiper-button-next-nav,
#testimonials .swiper-button-previous-nav {
	width: fit-content;
}

#testimonials .testimonial_navigation {
	column-gap: 128px;
}

#testimonials .testimonial_title {
	font-size: 46px;
	font-weight: bold;
}
#testimonials .testimonial_subtitle {
	max-width: 600px;
	margin: 0 auto;
}

#testimonials .testimonial_subtitle p {
	text-align: center;
	color: rgba(99, 99, 99, 1);
	font-size: 24px;
}

#testimonials .testimonial_card {
	background: rgba(255, 255, 255, 0.3);
	padding: 52px 41px;
	border-radius: 12px;
	color: white;
	border: 1px solid rgba(255, 255, 255, 0.3);
	row-gap: 24px;
	height: 100%;
}

#testimonials .testimonial_card i {
	font-size: 28px;
}

#testimonials .testimonial_card p:last-of-type {
	color: white;
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	#testimonials .testimonial_title {
		font-size: 24px;
	}

	#testimonials .testimonial_subtitle {
		max-width: 343px;
	}

	#testimonials .testimonial_subtitle p {
		font-size: 16px;
	}
}

@media screen and (max-width: 450px) {
	#testimonials .swiper-container {
		row-gap: 48px;
	}
	#testimonials .testimonial_card {
		padding: 24px;
	}

	#testimonials .testimonial_card p:last-of-type {
		font-size: 16px;
	}
}
