/* Testimonial
--------------------------------------------- */

.testimonial__title {
	color: var(--wp--preset--color--emerald);
    font-size: var(--wp--preset--font-size--body-xl);
    text-transform: uppercase;
}

.testimonial__slide {
	.column {
		float: left;
	}

	.column:nth-child(1) {
        padding-right: var(--wp--custom--layout--block-gap-big);
        width: 25%;
    }

    .column:nth-child(2) {
        width: 75%;
    }
}

.testimonial__quote {
	color: var(--wp--preset--color--cobalt);
	font-size: var(--wp--preset--font-size--fluid-24);
	font-weight: 600;
}

.testimonial__name {
	color: var(--wp--preset--color--cobalt);
	font-size: var(--wp--preset--font-size--body-lg);
}

.testimonial__company {
	color: var(--wp--preset--color--cobalt);
	font-size: var(--wp--preset--font-size--body-lg);
	text-transform: uppercase;
}

/* Variations
--------------------------------------------- */

