.yew-testimonials {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: none;
	width: 100vw;
}

.yew-testimonials__logo img {
	height: 56px;
	max-height: none;
	width: auto;
}

.yew-testimonials__card[style*="--yew-details-color"] .yew-testimonials__name,
.yew-testimonials__card[style*="--yew-details-color"] .yew-testimonials__company,
.yew-testimonials__card[style*="--yew-details-color"] .yew-testimonials__project {
	color: var(--yew-details-color);
}

@media (max-width: 600px) {
	.yew-testimonials__logo img {
		height: 44px;
	}
}
