.tis-how-it-works {
	background-image:
		linear-gradient( rgba( 0, 0, 0, 0.6 ), rgba( 0, 0, 0, 0.6 ) ),
		url( '../images/how-it-works.png' );
	background-size: cover;
	background-position: center;
	padding: 80px 130px;
	display: flex;
	justify-content: center;
}

.tis-how-it-works-inner {
	max-width: 1180px;
	width: 100%;
}

.tis-how-it-works-heading {
	text-align: center;
	max-width: 900px;
	margin: 0 auto 40px;
}

.tis-how-it-works-eyebrow {
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 8px;
}

.tis-how-it-works-heading h2 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	margin: 0 0 16px;
}

.tis-how-it-works-heading h2 em {
	font-style: italic;
}

.tis-how-it-works-subtext {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	margin: 0;
}

.tis-how-it-works-steps {
	display: flex;
	gap: 24px;
}

.tis-step-card {
	flex: 1;
	box-sizing: border-box;
	background: rgba( 247, 249, 253, 0.9 );
	border: 1px solid rgba( 255, 255, 255, 0.6 );
	box-shadow: 0px 16px 40px rgba( 15, 37, 64, 0.12 );
	backdrop-filter: blur( 10px );
	border-radius: 4px;
	padding: 24px;
	text-align: center;
}

.tis-step-icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba( 255, 92, 26, 0.12 );
	border: 2px solid #FF5C1A;
	border-radius: 50%;
	font-size: 26px;
	color: #FF5C1A;
}

.tis-step-label {
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	color: #FF5C1A;
	margin: 0 0 4px;
}

.tis-step-card h3 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #142553;
	margin: 0 0 8px;
}

.tis-step-desc {
	font-size: 14px;
	line-height: 22px;
	color: #707070;
	margin: 0;
}

@media (max-width: 768px) {
	.tis-how-it-works {
		padding: 40px 20px;
	}

	.tis-how-it-works-heading h2 {
		font-size: 30px;
		line-height: 38px;
	}

	.tis-how-it-works-steps {
		flex-direction: column;
	}
}
