.pt-3a458b9b-timeline-wrapper {
	width: 100%;
}

.pt-3a458b9b-timeline {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	width: 100%;
}

.pt-3a458b9b-timeline::before {
	content: '';
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #3b4e68;
	z-index: 1;
}

.pt-3a458b9b-step {
	flex: 1;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
	padding-right: 20px;
}

.pt-3a458b9b-step:last-child {
	padding-right: 0;
}

.pt-3a458b9b-number-container {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.pt-3a458b9b-number-wrap {
	width: 80px;
	height: 80px;
	border: 1px solid #c9513d;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #172b43;
}

.pt-3a458b9b-number {
	color: #c9513d;
	font-weight: 700;
	font-size: 24px;
	font-family: serif;
}

.pt-3a458b9b-title {
	margin: 0 0 10px 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
}

.pt-3a458b9b-description {
	margin: 0;
	color: #9daec2;
	font-size: 14px;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.pt-3a458b9b-timeline {
		flex-direction: column;
	}
	.pt-3a458b9b-timeline::before {
		top: 0;
		left: 40px;
		width: 1px;
		height: 100%;
	}
	.pt-3a458b9b-step {
		padding-right: 0;
		padding-bottom: 30px;
		flex-direction: row;
		align-items: flex-start;
	}
	.pt-3a458b9b-number-container {
		margin-bottom: 0;
		margin-right: 20px;
	}
}