.tis-final-cta {
	position: relative;
	background-image:
		linear-gradient( 180deg, rgba( 247, 249, 253, 0.88 ) 0%, rgba( 247, 249, 253, 0.82 ) 50%, rgba( 247, 249, 253, 0.88 ) 100% ),
		url( '../images/travel-desk.png' );
	background-size: cover;
	background-position: center;
	padding: 80px 130px;
	text-align: center;
}

.tis-final-cta::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient( 60% 50% at 50% 50%, rgba( 247, 249, 253, 0.5 ) 0%, rgba( 247, 249, 253, 0 ) 80% );
	pointer-events: none;
}

.tis-final-cta-inner {
	position: relative;
	z-index: 1;
	max-width: 1180px;
	margin: 0 auto;
}

.tis-final-cta h2 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
	text-transform: capitalize;
	color: #142553;
	max-width: 923px;
	margin: 0 auto 16px;
}

.tis-final-cta h2 em {
	color: #FF5C1A;
	font-style: italic;
}

.tis-final-cta-subtext {
	font-size: 18px;
	line-height: 26px;
	color: #2A3F5F;
	max-width: 585px;
	margin: 0 auto 24px;
}

.tis-final-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 210px;
	height: 52px;
	box-sizing: border-box;
	padding: 12px 24px;
	background: #FF5C1A;
	border: 2px solid #FF5C1A;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}

@media (max-width: 768px) {
	.tis-final-cta {
		padding: 40px 20px;
	}

	.tis-final-cta h2 {
		font-size: 30px;
		line-height: 38px;
	}
}
