
.testimonials-title {
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.185em;
	color: #121F47;
	max-width: 22em;
	margin: auto;
	padding-top: 7.5em;
	padding-bottom: 5em;
	position: relative;
}

.testimonials-title::before {
	content: "“";
	position: absolute;
	left: -0.4em;
	top: 0.3em;
	font-family: 'Nanum Myeongjo', serif;
	font-size: 14.28em;
	line-height: 1;
	color: #E9EBEF;
}

.testimonials-title::after {
	content: "“";
	transform: rotate(180deg);
	position: absolute;
	right: -0.38em;
	bottom: 0.1em;
	font-family: 'Nanum Myeongjo', serif;
	font-size: 14.28em;
	line-height: 1;
	color: #E9EBEF;
}

.testimonials-archive .col-md-6 {
	margin-bottom: 2em;
}

article.type-testimonials {
	height: 100%;
}

.testimonials-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: #FFFFFF;
	padding: 2.4em 3.4em;
	background: #EFF2F5;
	box-shadow: 0px 9px 22px rgba(0, 0, 0, 0.1);
}

.testimonial-right .entry-title {
	font-weight: 600;
	letter-spacing: 0.095em;
	color: #121F47;
	line-height: 136.8%;
	text-transform: uppercase;
	margin-bottom: 1.4em;
}

.testimonial-right .entry-content {
	display: flex;
	flex-direction: column-reverse;
	line-height: 143.3%;
	color: #141414;
}

article.testimonials.testimonials-has-thumbnail .testimonial-left {
	width: 4.7em;
	margin-bottom: 1.3em;
}

.testimonial-content {
	margin-bottom: 2em;
	line-height: 136.8%;
}

.testimonial-right {
	width: 100%;
}

.testimonial-content .read-more {
	color: #121F47;
	text-decoration: underline;
}

.modal .modal-close.modal-exit {
	top: -23px;
	right: -23px;
}

.modal .entry-title {
	font-weight: 600;
	letter-spacing: 0.095em;
	color: #121F47;
	line-height: 136.8%;
	text-transform: uppercase;
	margin-bottom: 1.4em;
	margin-top: 1em;
}

.modal .testimonial-content {
	margin-top: 1em;
}

@media (max-width: 991px){
	article.testimonials {
		max-height: 19.5em;
	}
}

@media (max-width: 767px){
	.testimonials-archive {
		overflow: hidden;
	}

	.testimonials-wrapper {
		flex-direction: column;
	}

	article.testimonials.testimonials-has-thumbnail .testimonial-left {
		margin: 0 auto 2em;
	}

	article.testimonials.testimonials-has-thumbnail .testimonial-right {
		width: 100%;
	}

	.testimonials-title::before {
		left: -0.15em;
		top: 0.2em;
		z-index: -1;
	}

	.testimonials-title::after {
		right: -0.15em;
		bottom: 0.05em;
		z-index: -1;
	}

	.modal-testimonials .modal-container {
		max-width: 90%;
	}

	.modal-testimonials .modal-close.modal-exit {
		top: -30px;
		right: 0;
	}
}

@media (max-width: 480px){
	article.testimonials {
		max-height: 21.5em;
	}
}

@media (max-width: 370px){
	article.testimonials {
		max-height: 23.5em;
	}
}