.testimonials-div {
	min-height: 50vh;
	background: black;
	color: white;
	display: flex;
	flex-wrap: wrap;
	padding-top: 32px;
}

/* Next & previous buttons */
.prev-tes, .next-tes {
	padding: 16px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	fill: white;
}

.quotes-div {
	width: 100%;
}

.quote {
	font-size: calc(1.5em + 2vw);
}

.testimonial-button {
	background-color: #0e8714;
	border-color: #0e8714;
	color: white;
	font-size: 1.25em;
	padding: 0.5em 1em 0.5em 1em;
	height: min-content;
	border-radius: .5em;
	display: block;
	font-family: inherit;
	cursor: pointer;
	-webkit-appearance: button;
	margin-top: 16px;
}

/* Position the "next button" to the right */
.next-tes {
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev-tes:hover, .next-tes:hover {
	background-color: rgba(256, 256, 256, 0.2);
}

.testimonial {
	display: block;
}
