.testimonial-layout {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1rem;
	margin-top: 0.75rem;
}

.testimonial-layout .testimonial-image {
	flex-shrink: 0;
	width: 90px;
	border-radius: var(--border-radius);
	overflow: hidden;
}

.testimonial-layout .testimonial-text>blockquote {
	margin-bottom: 0.25rem;
	font-weight: 700;
}

.testimonial-layout .testimonial-text>p {
	font-weight: 400;
	margin: 0;
}