.rab-about-section {
	--rab-about-section-padding: 92px 0;
	--rab-benefit-icon-size: 42px;
	padding: var(--rab-about-section-padding);
	scroll-margin-top: 128px;
}

.rab-about__image {
	align-items: flex-end;
	background:
		linear-gradient(160deg, rgba(7, 29, 74, 0.2), rgba(31, 103, 168, 0.45)),
		url("../images/about/about-support.webp") center / cover;
	border-radius: 8px;
	display: flex;
	min-height: 470px;
	overflow: hidden;
	padding: 24px;
}

.rab-about__image-card {
	align-items: center;
	background: var(--rab-white);
	border-left: 5px solid var(--rab-blue);
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(7, 29, 74, 0.18);
	display: flex;
	gap: 14px;
	padding: 18px;
}

.rab-about__image-card-icon {
	color: var(--rab-blue);
	display: inline-flex;
	flex: 0 0 auto;
}

.rab-about__image-card-icon svg {
	display: block;
	fill: none;
	height: 36px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
	width: 36px;
}

.rab-about__image-card span:last-child {
	color: var(--rab-navy);
	font-weight: 800;
}

.rab-about__kicker,
.rab-about-cta__kicker {
	color: var(--rab-blue);
	display: inline-block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.7;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.rab-about-section h2 {
	color: var(--rab-navy);
	font-size: clamp(30px, 4vw, 44px);
	font-weight: 800;
	line-height: 1.16;
	margin-bottom: 18px;
}

.rab-about-section p {
	color: var(--rab-muted);
	margin-bottom: 16px;
}

.rab-about__benefit {
	border: 1px solid var(--rab-line);
	border-radius: 8px;
	height: 100%;
	padding: 18px;
}

.rab-about__benefit-icon {
	align-items: center;
	background: rgba(31, 103, 168, 0.1);
	border-radius: 8px;
	color: var(--rab-blue);
	display: inline-flex;
	height: var(--rab-benefit-icon-size);
	justify-content: center;
	margin-bottom: 12px;
	width: var(--rab-benefit-icon-size);
}

.rab-about__benefit-icon svg {
	display: block;
	fill: currentColor;
	height: 24px;
	width: 24px;
}

.rab-about__benefit h3 {
	color: var(--rab-navy);
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
	margin: 0;
}

.rab-about__benefit p {
	color: var(--rab-muted);
	display: block;
	line-height: 1.7;
	margin: 3px 0 0;
}

.rab-about-cta {
	background: linear-gradient(120deg, var(--rab-navy), var(--rab-blue));
	color: var(--rab-white);
	padding: 54px 0;
}

.rab-about-cta__inner {
	align-items: center;
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

.rab-about-cta__kicker {
	color: #b8dcfb;
}

.rab-about-cta h2 {
	color: var(--rab-white);
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 800;
	line-height: 1.16;
	margin: 0;
	max-width: 840px;
}

.rab-about-cta .btn {
	border-radius: 6px;
	font-weight: 700;
	min-height: 56px;
	padding: 12px 22px;
}

.rab-about-cta .btn:focus-visible,
.rab-about-section a:focus-visible {
	box-shadow: 0 0 0 3px rgba(184, 220, 251, 0.42);
	outline: 2px solid #b8dcfb;
	outline-offset: 2px;
}

@media (max-width: 991.98px) {
	.rab-about-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 575.98px) {
	.rab-about-section {
		--rab-about-section-padding: 68px 0;
		scroll-margin-top: 112px;
	}

	.rab-about-section > .container > .row {
		margin-left: 0;
		margin-right: 0;
	}

	.rab-about-section > .container > .row > [class*="col-"] {
		padding-left: 0;
		padding-right: 0;
	}

	.rab-about__image {
		min-height: 360px;
	}
}
