.testimonials {
	padding: 5em 0;
}

.testimonials .subtitle, 
.testimonials h2 {
	text-align: center;
}

.testimonials h2 {
	margin: 0;
}

.testimonials .container {
	max-width: 58em;
	margin: 0 auto;
	text-align: center;
	padding: 3em;
}

.testimonials-item {
	line-height: 136.8%;
}

#testimonials-slider .splide__slide {
	padding: 4em 6em;
}

#testimonials-slider .splide__slide::before {
	content: "“";
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Nanum Myeongjo', serif;
	font-size: 14.28em;
	line-height: 1;
	color: #E9EBEF;
	z-index: -1;
}

#testimonials-slider .splide__slide::after {
	content: "“";
	transform: rotate(180deg);
	position: absolute;
	right: 0;
	bottom: 0.1em;
	font-family: 'Nanum Myeongjo', serif;
	font-size: 14.28em;
	line-height: 1;
	color: #E9EBEF;
	z-index: -1;
}

.testimonials .splide__pagination {
	position: absolute;
	top: calc(100% - 2em);
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.testimonials .splide__pagination .splide__pagination__page {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 5px;
	border: 1px solid #121F47;
	cursor: pointer;
}

.testimonials .splide__pagination .splide__pagination__page.is-active {
	background: #121F47;
	outline: 1px solid #121F47 !important;
	outline-offset: 2px;
	margin: 8px 5px;
}

@media (max-width: 767px){
	.testimonials {
		padding: 2em 0;
	}

	.testimonials .container {
		padding: 1em;
	}

	#testimonials-slider .splide__slide {
		padding: 4em 1em;
	}

	#testimonials-slider .splide__slide::before,
	#testimonials-slider .splide__slide::after {
		font-size: 12.28em;
	}

}