.testimonials {
	padding: 5em 0 7em;
}

.testimonials .subtitle, 
.testimonials h2 {
	text-align: center;
}

.testimonials h2 {
	margin: 0;
}

.testimonials .container {
	margin: 0 auto;
	text-align: center;
}

.testimonials-item {
	line-height: 136.8%;
	padding: 3.4em 2.4em;
	background: #EFF2F5;
	box-shadow: 0px 9px 22px rgba(0, 0, 0, 0.1);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: left;
}

#testimonials-slider .keen-slider__slide.number-slide {
	padding: 20px 15px;
}

.testimonials-item .entry-title {
	font-weight: 600;
	letter-spacing: 0.095em;
	color: #121F47;
	line-height: 136.8%;
	text-transform: uppercase;
}

.testimonials .dots {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 2em;
}

.testimonials .dots .dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 5px;
	border: 1px solid #121F47;
	cursor: pointer;
}

.testimonials .dots .dot.dot--active {
	background: #121F47;
	outline: 1px solid #121F47 !important;
	outline-offset: 2px;
	margin: 8px 5px;
}

.modal-testimonials .modal-close.modal-exit {
	top: -23px;
	right: -23px;
}

.modal-testimonials .testimonial-content {
	margin-bottom: 2em;
	text-align: left;
}

.modal-testimonials .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;
	text-align: left;
}

.testimonials-item-content {
	margin-bottom: 2em;
}

.testimonials-item-content .read-more {
	color: #121F47;
	text-decoration: underline;
}

@media (max-width: 767px){
	.testimonials {
		padding: 2em 0;
	}

	.testimonials .container {
		padding: 1em;
	}

	.testimonials .dots {
		top: 0em;
	}

	#testimonials-slider .keen-slider__slide.number-slide {
		padding: 2em 0.5em;
	}

	.testimonials-item {
		padding: 2.4em 1em;
	}

	.modal-testimonials .modal-container {
		max-width: 90%;
	}

	.modal-testimonials .modal-close.modal-exit {
		top: -30px;
		right: 0;
	}

}