/* ==========================================================================
   Component: Case Study Middle Quote  (layout case_study_middle_quote)
   ========================================================================== */

.cs-quote .cs-quote__card {
	background: linear-gradient(135deg, var(--cs-quote-a) 0%, var(--cs-quote-b) 100%);
	color: #fff;
	margin: 0;
}

.cs-quote .cs-quote__mark {
	color: var(--cs-green);
	font-size: 40px;
	line-height: .6;
	font-weight: 700;
	text-align: left;
}

.cs-quote .cs-quote__text {
	margin: 0 auto;
	max-width: 30em;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
}

.cs-quote .cs-quote__avatar {
	width: 44px;
	height: 44px;
	object-fit: cover;
}

.cs-quote .cs-quote__avatar--empty {
	background: #d9dedb;
}

.cs-quote .cs-quote__name {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}

.cs-quote .cs-quote__role {
	font-size: 13px;
	color: rgba(255, 255, 255, .68);
}