.atb-blog-hero {
	position: relative;
	min-height: 350px;
	overflow: hidden;
	background: #07111f;
	color: #fff;
}

.atb-blog-hero__background,
.atb-blog-hero__overlay {
	position: absolute;
	inset: 0;
}

.atb-blog-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .58;
}

.atb-blog-hero__overlay {
	background:
		linear-gradient(90deg, rgba(3, 10, 24, .94) 0%, rgba(3, 10, 24, .72) 42%, rgba(3, 10, 24, .34) 100%),
		linear-gradient(180deg, rgba(3, 10, 24, .18), rgba(3, 10, 24, .72));
}

.atb-blog-hero__container {
	position: relative;
	z-index: 1;
	width: min(calc(100% - 40px), 1320px);
	max-width: 1320px;
	margin: 0 auto;
	padding: 58px 0 34px;
}

.atb-blog-hero__eyebrow {
	display: inline-flex;
	margin: 0 0 18px;
	padding: 8px 14px;
	border: 1px solid rgba(255,255,255,.26);
	border-radius: 9px;
	font-size: 13px;
	font-weight: 700;
	color: #dbeafe;
	background: rgba(255,255,255,.08);
}

.atb-blog-hero__title {
	max-width: 690px;
	margin: 0;
	font-size: clamp(38px, 5vw, 64px);
	line-height: .98;
	letter-spacing: -.05em;
	color: #fff;
}

.atb-blog-hero__text {
	max-width: 560px;
	margin: 22px 0 0;
	font-size: 18px;
	line-height: 1.55;
	color: rgba(255,255,255,.84);
}

.atb-blog-hero__breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-top: 28px;
	font-size: 13px;
	color: rgba(255,255,255,.74);
}

.atb-blog-hero__breadcrumbs a {
	color: #fff;
	text-decoration: none;
}

@media (max-width: 760px) {
	.atb-blog-hero {
		min-height: 310px;
	}

	.atb-blog-hero__container {
		width: min(calc(100% - 32px), 100%);
		padding: 42px 0 28px;
	}

	.atb-blog-hero__text {
		font-size: 16px;
	}
}
