/**
 * Vehicle text intro block.
 *
 * Scope:
 * - .atb-vehicle-text-intro
 */

.atb-vehicle-text-intro {
	padding-top: 52px;
	padding-bottom: 46px;
	background: #ffffff;
}

.atb-vehicle-text-intro__container {
	width: min(calc(100% - 40px), 1320px);
	max-width: 1320px;
	margin-right: auto;
	margin-left: auto;
}

.atb-vehicle-text-intro__eyebrow {
	margin: 0 0 10px;
	color: #2367ff;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .1em;
	line-height: 1.2;
	text-transform: uppercase;
}

.atb-vehicle-text-intro__title {
	max-width: 1320px;
	margin: 0;
	color: #07111f;
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 950;
	letter-spacing: -0.045em;
	line-height: 1.02;
}

.atb-vehicle-text-intro__text {
	max-width: 1320px;
	margin-top: 18px;
	color: #243149;
	font-size: 16px;
	font-weight: 520;
	line-height: 1.72;
}

.atb-vehicle-text-intro__text p {
	margin: 0;
}

.atb-vehicle-text-intro__text p + p {
	margin-top: 16px;
}

@media (max-width: 768px) {
	.atb-vehicle-text-intro {
		padding-top: 38px;
		padding-bottom: 38px;
	}

	.atb-vehicle-text-intro__container {
		width: min(calc(100% - 32px), 100%);
	}

	.atb-vehicle-text-intro__text {
		font-size: 15px;
		line-height: 1.65;
	}
}
