
.expert-quote {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	margin-block: 42px;
	margin-inline: 0;
	background: radial-gradient(circle at 88% 12%, rgba(141, 124, 255, .22), transparent 250px), linear-gradient(145deg, #f8f7ff 0%, #edf0ff 100%);
	padding: 32px;
}

@media screen and (max-width: 768px) {
	.expert-quote {
		padding: 32px 16px;
	}
}

.expert-quote:before {
	content: "“";
	position: absolute;
	z-index: -1;
	top: -28px;
	right: 26px;
	color: rgba(95, 84, 215, .11);
	font-family: Georgia, serif;
	font-size: 260px;
	font-weight: 700;
	line-height: 1;
}

.expert-quote .expert-quote__quote {
	max-width: 720px;
	margin: 0;
	padding: 0;
	color: #11163a;
	font-size: 42px;
	font-weight: 600;
	line-height: 1.16;
	letter-spacing: -.035em;
}

@media screen and (max-width: 768px) {
	.expert-quote .expert-quote__quote {
		font-size: 32px;
	}
}

.expert-quote .expert-quote__expert {
	margin-block: 24px 0;
	padding-block: 24px 0;
	border-top: 1px solid rgba(95, 84, 215, .11);
	color: #68708b;
	font-size: 15px;
}

.expert-quote .expert-quote__expert .expert-name {
	display: block;
	font-size: 18px;
	font-weight: 600;
}
