
.testimonials {
	text-align: center;
}

.testimonial__avatars {
	margin-bottom: 40px;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;

	img {
		width: 38px;
		border-radius: 50%;
		opacity: 0.5;
		cursor: pointer;
		display: inline-block;
		vertical-align: middle;
		transform: scale(0.7);
		transition: all 0.3s ease-out;

		&:hover {
			opacity: 1;
		}
	}

	.center img {
		transform: scale(1);
		opacity: 1;
	}
}

.testimonials__panel {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	@extend %color-white;
}

.testimonial__content {
	font-style: italic;
	font-style: 16px;
	margin-bottom: 30px;
}

.testimonial__name {
	margin: 0;
	font-size: 12px;
	color: inherit;
}

.testimonial__pos {
	font-style: italic;
	font-size: 12px;
}