.c-quote {
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	padding: 32px;
	gap: 24px;
	margin: 28px 0 44px 0;
}

.c-quote__author {
	display: flex;
	align-items: center;
	gap: 20px;
}

.c-quote__author-avatar {
	width: 56px;
	flex-shrink: 0;
}

.c-quote__author-name {
	font-weight: 700;
}

.c-quote__author-title {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

/*# sourceMappingURL=quote.css.map */