.home-page .case-step::before {
	display: none;
}

@media (min-width: 1181px) {
	.home-page .case-timeline {
		position: relative;
		padding-top: 72px;
	}

	.home-page .case-timeline::before {
		display: block;
		position: absolute;
		top: 14px;
		left: 0;
		right: 0;
		height: 56px;
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 60' preserveAspectRatio='none'%3E%3Cpath d='M0 30 C70 30 92 18 125 30 C190 50 278 12 375 30 C465 46 540 16 625 30 C710 44 795 18 875 30 C930 38 972 30 1000 30' fill='none' stroke='%2310130f' stroke-opacity='.28' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
		content: "";
		pointer-events: none;
	}

	.home-page .case-timeline::after {
		position: absolute;
		top: 14px;
		left: 0;
		right: 0;
		height: 56px;
		background:
			radial-gradient(circle at 12.5% 50%, #edf1e9 0 5px, #10130f 5.5px 7px, transparent 7.5px),
			radial-gradient(circle at 37.5% 50%, #edf1e9 0 5px, #10130f 5.5px 7px, transparent 7.5px),
			radial-gradient(circle at 62.5% 50%, #edf1e9 0 5px, #10130f 5.5px 7px, transparent 7.5px),
			radial-gradient(circle at 87.5% 50%, #edf1e9 0 5px, #10130f 5.5px 7px, transparent 7.5px);
		content: "";
		pointer-events: none;
	}
}

@media (max-width: 1180px) {
	.home-page .case-timeline::before,
	.home-page .case-timeline::after {
		display: none;
	}
}
