@import '@resources/index.css';

.supt-section-testimonials {
	&__inner {
		@extend %grid;
		grid-row-gap: 80px;

		.supt-section__title {
			grid-column: 3 / span 8;
		}
	}

	&__testimonials {
		display: block;
		grid-column: 2 / span 10;
	}

	&__testimonial {
		transform: none !important;
	}
}
