.css-steps-89-section {
	background-color: #F7FAFC;
	padding: 80px 20px;
	width: 100%;
}

.css-steps-89-container {
	max-width: 1200px;
	margin: 0 auto;
}

.css-steps-89-section-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #1E3A5F;
	text-align: center;
	margin-top: 0;
	margin-bottom: 48px;
	line-height: 1.3;
}

.css-steps-89-wrapper {
	position: relative;
	width: 100%;
}

.css-steps-89-connector {
	display: none;
	position: absolute;
	top: 36px;
	left: 16.66%;
	right: 16.66%;
	height: 2px;
	border-top: 2px dashed #5FB6D6;
	z-index: 1;
}

.css-steps-89-grid {
	display: flex;
	flex-direction: column;
	gap: 32px;
	position: relative;
	z-index: 2;
}

.css-steps-89-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.css-steps-89-number {
	width: 72px;
	height: 72px;
	background-color: #1F7A7A;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.css-steps-89-number span {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #FFFFFF;
}

.css-steps-89-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #1E3A5F;
	margin-top: 0;
	margin-bottom: 12px;
	line-height: 1.3;
}

.css-steps-89-desc {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #4A5568;
	line-height: 1.6;
	margin: 0;
	max-width: 320px;
}

/* Tablet & Desktop */
@media (min-width: 768px) {
	.css-steps-89-section-title {
		font-size: 28px;
	}

	.css-steps-89-grid {
		flex-direction: row;
		gap: 0;
	}
	
	.css-steps-89-item {
		flex: 1;
		padding: 0 15px;
	}
}

/* Desktop */
@media (min-width: 1024px) {
	.css-steps-89-section-title {
		font-size: 36px;
	}
	
	.css-steps-89-connector {
		display: block;
	}
}
