.ef-about-page {
	--ef-about-gold-gradient: linear-gradient(90deg, #f9f295, #e1ac41, #f9f295, #e1ac41);
	background: #000;
	color: #fff;
	overflow: hidden;
}

@keyframes ef-about-shine {
	to {
		background-position: 200% center;
	}
}

.ef-about-shell {
	width: min(1224px, calc(100% - 48px));
	margin: 0 auto;
}

.ef-about-hero {
	padding: 96px 0 108px;
	background: #000;
}

.ef-about-hero .ef-about-shell {
	width: min(1280px, calc(100% - 96px));
	max-width: none;
}

.ef-about-hero__inner {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 64px;
	align-items: center;
}

.ef-about-hero__copy {
	max-width: 576px;
}

.ef-about-eyebrow {
	margin: 0 0 16px;
	color: #e1ac41;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.28em;
	line-height: 1.35;
	text-transform: uppercase;
}

.ef-about-hero h1,
.ef-about-section h2 {
	margin: 0;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: 0;
}

.ef-about-hero h1 {
	max-width: 560px;
	font-size: clamp(2rem, 3vw, 2.45rem);
	line-height: 1.18;
}

.ef-about-section h2 span {
	color: #f0c54a;
}

.ef-about-hero .ef-about-eyebrow,
.ef-about-hero h1 span,
.ef-about-stat strong {
	background: var(--ef-about-gold-gradient);
	background-clip: text;
	color: #e1ac41;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ef-about-hero .ef-about-eyebrow {
	margin-bottom: 18px;
	font-size: clamp(0.62rem, 0.8vw, 0.75rem);
	letter-spacing: 0.4em;
}

.ef-about-hero__lead,
.ef-about-hero__copy > p:not(.ef-about-eyebrow) {
	max-width: 576px;
	margin: 22px 0 0;
	color: #f0f0f0;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	line-height: 1.72;
}

.ef-about-hero__lead strong {
	color: #fff;
}

.ef-about-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
	max-width: 576px;
	margin-top: 48px;
	padding-top: 32px;
	border-top: 1px solid #27272a;
}

.ef-about-stat {
	text-align: center;
}

.ef-about-stat strong {
	display: block;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
}

.ef-about-stat span {
	display: block;
	margin-top: 6px;
	color: #f0f0f0;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.35;
	text-transform: uppercase;
}

.ef-about-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 48px;
}

.ef-about-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 40px;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.ef-about-button:hover,
.ef-about-button:focus-visible {
	transform: translateY(-1px);
}

.ef-about-button--gold {
	background: var(--ef-about-gold-gradient);
	color: #050505;
}

.ef-about-button--ghost {
	border: 1px solid #3f3f46;
	color: #fff;
}

.ef-about-button--ghost:hover,
.ef-about-button--ghost:focus-visible {
	border-color: #e1ac41;
	color: #f0c54a;
}

.ef-about-hero__media {
	position: relative;
	display: block;
	margin: 0;
	padding: 8px;
	border: 1px solid transparent;
	border-image: var(--ef-about-gold-gradient) 1;
	background: #000;
	overflow: hidden;
}

.ef-about-hero__media img {
	display: block;
	width: 100%;
	height: 520px;
	object-fit: cover;
	filter: grayscale(1) brightness(0.75);
	transition: filter 1s ease;
}

.ef-about-hero__media:hover img {
	filter: grayscale(1) brightness(1);
}

.ef-about-hero__media span {
	position: absolute;
	inset: 8px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
	pointer-events: none;
}

.ef-about-section {
	padding: 96px 0;
	background: #000;
}

.ef-about-section--muted {
	background: #000;
}

.ef-about-section__header {
	max-width: 760px;
	margin: 0 auto 46px;
	text-align: center;
}

.ef-about-section__header h2,
.ef-about-split h2,
.ef-about-faq-copy h2 {
	font-size: 2.6rem;
}

.ef-about-section__header > span {
	display: block;
	width: 84px;
	height: 3px;
	margin: 20px auto 0;
	border-radius: 999px;
	background: #e1ac41;
}

.ef-about-section__header p,
.ef-about-split p,
.ef-about-faq-copy p {
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 1rem;
	line-height: 1.72;
}

.ef-about-card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.ef-about-expertise-section .ef-about-section__header,
.ef-about-values-section .ef-about-section__header {
	margin-bottom: 56px;
}

.ef-about-expertise-section,
.ef-about-values-section {
	font-family: "Inter", sans-serif;
}

.ef-about-expertise-section .ef-about-section__header h2 {
	background: var(--ef-about-gold-gradient);
	background-clip: text;
	background-size: 200% auto;
	color: #e1ac41;
	font-size: 1.875rem;
	line-height: 1.2;
	animation: ef-about-shine 4s linear infinite;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ef-about-values-section .ef-about-section__header h2 {
	color: #fff;
	font-size: 1.875rem;
	line-height: 1.2;
}

.ef-about-expertise-section .ef-about-section__header > span {
	width: 96px;
	height: 4px;
	margin-top: 16px;
	background: var(--ef-about-gold-gradient);
}

.ef-about-values-section .ef-about-section__header > span {
	width: 64px;
	height: 2px;
	margin-top: 16px;
	background: var(--ef-about-gold-gradient);
}

.ef-about-expertise-grid,
.ef-about-values-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
}

.ef-about-expertise-card,
.ef-about-values-card {
	display: flex;
	min-height: 222px;
	padding: 32px;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: #0d0d0d;
	font-family: "Inter", sans-serif;
	transition: background 0.3s ease, border-color 0.3s ease, border-image 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.ef-about-expertise-card p,
.ef-about-values-card p {
	margin: 0 0 16px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-transform: uppercase;
}

.ef-about-expertise-card h3,
.ef-about-values-card h3 {
	margin: 0 0 16px;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	transition: color 0.3s ease;
}

.ef-about-expertise-card span,
.ef-about-values-card span {
	display: block;
	color: #fff;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.65;
}

@media (hover: hover) {
	.ef-about-expertise-card:hover,
	.ef-about-values-card:hover {
		border: 1px solid transparent;
		background:
			linear-gradient(#0d0d0d, #0d0d0d) padding-box,
			var(--ef-about-gold-gradient) border-box;
		box-shadow: 0 10px 30px -10px rgba(225, 172, 65, 0.3);
		transform: translateY(-5px);
	}

	.ef-about-expertise-card:hover h3,
	.ef-about-values-card:hover h3 {
		background: var(--ef-about-gold-gradient);
		background-clip: text;
		color: #e1ac41;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

@media (hover: none) {
	.ef-about-expertise-card.in-view,
	.ef-about-values-card.in-view {
		border: 1px solid transparent;
		background:
			linear-gradient(#0d0d0d, #0d0d0d) padding-box,
			var(--ef-about-gold-gradient) border-box;
		box-shadow: 0 10px 30px -10px rgba(225, 172, 65, 0.3);
		transform: translateY(-5px);
	}

	.ef-about-expertise-card.in-view h3,
	.ef-about-values-card.in-view h3 {
		background: var(--ef-about-gold-gradient);
		background-clip: text;
		color: #e1ac41;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

.ef-about-card {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	background: #0d0d0d;
}

.ef-about-card {
	display: flex;
	min-height: 238px;
	padding: 28px;
	flex-direction: column;
	justify-content: space-between;
}

.ef-about-card--compact {
	min-height: 214px;
}

.ef-about-card p {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.35;
	text-transform: uppercase;
}

.ef-about-card h3 {
	margin: 0;
	color: #fff;
	font-size: 1.18rem;
	line-height: 1.25;
}

.ef-about-card span {
	display: block;
	margin-top: 18px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.96rem;
	line-height: 1.65;
}

.ef-about-split {
	display: grid;
	grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
	gap: 54px;
	align-items: start;
}

.ef-about-team-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 64px 32px;
}

.ef-about-member-card {
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.02);
	backdrop-filter: blur(12px);
	transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.6s cubic-bezier(0.16, 1, 0.3, 1), border-image 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.ef-about-member-card:hover,
.ef-about-member-card:focus-within,
.ef-about-member-card.is-visible-mobile {
	border-image: var(--ef-about-gold-gradient) 1;
	background: rgba(249, 242, 149, 0.05);
	transform: translateY(-10px);
}

.ef-about-member-image {
	position: relative;
	overflow: hidden;
	margin: 0 0 32px;
	aspect-ratio: 3 / 4;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
	background: #111;
}

.ef-about-member-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ef-about-member-accent {
	display: block;
	width: 0;
	height: 2px;
	margin: 0 0 24px;
	background: var(--ef-about-gold-gradient);
	transition: width 0.4s ease;
}

.ef-about-member-card:hover .ef-about-member-accent,
.ef-about-member-card:focus-within .ef-about-member-accent,
.ef-about-member-card.is-visible-mobile .ef-about-member-accent {
	width: 100%;
}

.ef-about-member-card h3 {
	margin: 0;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 1.45rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.15;
	text-transform: uppercase;
}

.ef-about-member-card p {
	display: inline-block;
	margin: 12px 0 0;
	background: var(--ef-about-gold-gradient);
	background-clip: text;
	color: #e1ac41;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.45;
	text-transform: uppercase;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ef-about-testimonials-section {
	background: #000;
	font-family: "Open Sans", sans-serif;
}

.ef-about-testimonials-section .ef-about-section__header {
	margin-bottom: 80px;
}

.ef-about-testimonials-section .ef-about-section__header h2 {
	color: #fff;
	font-size: 1.875rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
}

.ef-about-testimonials-section .ef-about-section__header h2 span {
	display: inline-block;
	background: var(--ef-about-gold-gradient);
	background-clip: text;
	color: #e1ac41;
	font-weight: 700;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ef-about-testimonials-section .ef-about-section__header > span {
	width: 60px;
	height: 1px;
	margin: 24px auto;
	background: var(--ef-about-gold-gradient);
}

.ef-about-testimonials-section .ef-about-section__header p {
	max-width: 576px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.95);
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.72;
}

.ef-about-testimonials-wrap {
	position: relative;
}

.ef-about-testimonials-defs {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

.ef-about-testimonials {
	display: flex;
	align-items: stretch;
	gap: 32px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.ef-about-testimonials::-webkit-scrollbar {
	display: none;
}

.ef-about-testimonial {
	position: relative;
	z-index: 1;
	display: flex;
	width: calc((100% - 32px) / 2);
	min-height: 520px;
	margin: 0;
	padding: 40px;
	flex: 0 0 calc((100% - 32px) / 2);
	flex-direction: column;
	justify-content: space-between;
	scroll-snap-align: start;
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: #111;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.55);
	transition: background 0.5s ease, border-color 0.5s ease;
}

.ef-about-testimonial::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--ef-about-gold-gradient);
	opacity: 0.7;
}

.ef-about-testimonial:hover,
.ef-about-testimonial:focus-within {
	border-color: rgba(225, 172, 65, 0.3);
	background: #161616;
}

.ef-about-testimonial-quote-mark {
	position: absolute;
	top: 20px;
	right: 30px;
	background: var(--ef-about-gold-gradient);
	background-clip: text;
	color: #e1ac41;
	font-family: Georgia, serif;
	font-size: 3.75rem;
	line-height: 1;
	opacity: 0.4;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ef-about-testimonial-stars {
	display: flex;
	gap: 6px;
	margin-bottom: 32px;
}

.ef-about-testimonial-stars svg {
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
}

.ef-about-testimonial blockquote {
	margin: 0 0 40px;
	padding-left: 24px;
	border-left: 2px solid rgba(225, 172, 65, 0.3);
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.8;
}

.ef-about-testimonial figcaption {
	display: flex;
	align-items: center;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.ef-about-testimonial-avatar {
	width: 48px;
	height: 48px;
	padding: 2px;
	flex: 0 0 48px;
	border: 1px solid rgba(225, 172, 65, 0.5);
}

.ef-about-testimonial-avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1);
	transition: filter 0.7s ease;
}

.ef-about-testimonial:hover .ef-about-testimonial-avatar img,
.ef-about-testimonial:focus-within .ef-about-testimonial-avatar img {
	filter: grayscale(0);
}

.ef-about-testimonial figcaption > div:last-child {
	margin-left: 20px;
}

.ef-about-testimonial strong {
	display: block;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.3;
	text-transform: uppercase;
}

.ef-about-testimonial figcaption span {
	display: block;
	margin-top: 4px;
	color: #e1ac41;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.35;
	text-transform: uppercase;
}

.ef-about-testimonials-nav {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-top: 40px;
}

.ef-about-testimonials-nav button {
	display: inline-flex;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(225, 172, 65, 0.3);
	border-radius: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
	transition: background 0.3s ease, border-color 0.3s ease;
}

.ef-about-testimonials-nav button:hover,
.ef-about-testimonials-nav button:focus-visible {
	border-color: #f9f295;
	background: rgba(225, 172, 65, 0.05);
	outline: none;
}

.ef-about-testimonials-nav svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.ef-about-faq-section {
	padding: 80px 0 96px;
	background: #000;
	font-family: "Inter", sans-serif;
}

.ef-about-faq-section .ef-about-shell {
	width: min(1152px, calc(100% - 32px));
}

.ef-about-faq-section .ef-about-section__header {
	margin-bottom: 64px;
}

.ef-about-faq-section .ef-about-section__header h2 {
	display: inline-block;
	background: var(--ef-about-gold-gradient);
	background-clip: text;
	color: #e1ac41;
	font-family: "Inter", sans-serif;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.2;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ef-about-faq-section .ef-about-section__header > span {
	width: 64px;
	height: 1.5px;
	margin-top: 16px;
	background: var(--ef-about-gold-gradient);
}

.ef-about-faq-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 48px;
	align-items: start;
}

.ef-about-faq-item {
	border-bottom: 1px solid rgba(225, 172, 65, 0.2);
	transition: border-color 0.3s ease;
}

.ef-about-faq-question {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 24px 0;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
	font: inherit;
	text-align: left;
}

.ef-about-faq-question > span:first-child {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.35;
	transition: color 0.3s ease;
}

.ef-about-faq-question:hover > span:first-child,
.ef-about-faq-question:focus-visible > span:first-child,
.ef-about-faq-item.is-active .ef-about-faq-question > span:first-child {
	color: #f9f295;
}

.ef-about-faq-question:focus-visible {
	outline: 2px solid rgba(249, 242, 149, 0.55);
	outline-offset: 4px;
}

.ef-about-faq-icon {
	display: inline-flex;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	align-items: center;
	justify-content: center;
	color: #6b7280;
	transition: color 0.3s ease, transform 0.3s ease;
}

.ef-about-faq-icon svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.ef-about-faq-item.is-active .ef-about-faq-icon {
	color: #e1ac41;
	transform: rotate(180deg);
}

.ef-about-faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;
}

.ef-about-faq-item.is-active .ef-about-faq-answer {
	max-height: 500px;
	padding-bottom: 24px;
}

.ef-about-faq-answer p {
	margin: 0;
	color: rgba(255, 255, 255, 0.93);
	font-size: 0.9375rem;
	line-height: 1.7;
}

.ef-about-faq-answer strong {
	color: #e1ac41;
}

.ef-about-faq-cta {
	margin-top: 80px;
	text-align: center;
}

.ef-about-faq-cta p {
	margin: 0 0 24px;
	color: rgba(255, 255, 255, 0.98);
	font-size: 1rem;
	font-style: italic;
	line-height: 1.6;
}

.ef-about-faq-cta .ef-about-button {
	min-height: 52px;
	padding: 0 40px;
	border: 0;
	box-shadow: 0 18px 35px rgba(0, 0, 0, 0.35);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ef-about-faq-cta .ef-about-button:hover,
.ef-about-faq-cta .ef-about-button:focus-visible {
	box-shadow: 0 20px 42px rgba(225, 172, 65, 0.18);
	transform: scale(1.05);
}

@media (min-width: 761px) {
	.ef-about-faq-section .ef-about-section__header h2 {
		font-size: 2rem;
	}
}

@media (max-width: 1100px) {
	.ef-about-hero__inner,
	.ef-about-split {
		grid-template-columns: 1fr;
	}

	.ef-about-hero__media {
		display: none;
	}

	.ef-about-card-grid,
	.ef-about-expertise-grid,
	.ef-about-values-grid,
	.ef-about-team-grid,
	.ef-about-testimonials {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}

@media (max-width: 760px) {
	.ef-about-shell {
		width: min(100% - 32px, 640px);
	}

	.ef-about-hero .ef-about-shell {
		width: min(100% - 32px, 640px);
	}

	.ef-about-hero {
		padding: 58px 0 72px;
	}

	.ef-about-hero__inner {
		gap: 38px;
	}

	.ef-about-hero h1 {
		font-size: 2rem;
		line-height: 1.18;
	}

	.ef-about-section {
		padding: 68px 0;
	}

	.ef-about-section__header h2,
	.ef-about-split h2 {
		font-size: 2rem;
	}

	.ef-about-faq-section {
		padding: 68px 0 80px;
	}

	.ef-about-faq-section .ef-about-section__header {
		margin-bottom: 48px;
	}

	.ef-about-faq-section .ef-about-section__header h2 {
		font-size: 1.625rem;
	}

	.ef-about-faq-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.ef-about-faq-question > span:first-child {
		font-size: 1rem;
	}

	.ef-about-faq-cta {
		margin-top: 56px;
	}

	.ef-about-stats,
	.ef-about-card-grid,
	.ef-about-expertise-grid,
	.ef-about-values-grid,
	.ef-about-team-grid,
	.ef-about-testimonials {
		grid-template-columns: 1fr;
	}

	.ef-about-team-grid {
		gap: 28px;
	}

	.ef-about-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px;
	}

	.ef-about-stat {
		display: block;
		text-align: center;
	}

	.ef-about-stat:nth-child(3) {
		display: none;
	}

	.ef-about-stat span {
		margin-top: 6px;
	}

	.ef-about-actions,
	.ef-about-button {
		width: 100%;
	}

	.ef-about-card,
	.ef-about-testimonial {
		min-height: auto;
	}

	.ef-about-testimonials-section .ef-about-section__header {
		margin-bottom: 56px;
	}

	.ef-about-testimonial {
		width: 100%;
		padding: 32px;
		flex-basis: 100%;
	}

	.ef-about-testimonial blockquote {
		font-size: 1rem;
		line-height: 1.72;
	}

	.ef-about-testimonial-quote-mark {
		top: 16px;
		right: 24px;
	}

	.ef-about-testimonial figcaption {
		align-items: flex-start;
	}
}
