.alert-process{
	.step{
		position: absolute;
		&:nth-child(2){top:10%}
		&:nth-child(4){top:45%}
		&:last-child{bottom:10%}
	}
	.mobile-image{display: none;}

	@media (max-width: 767px) {
		.mobile-image{display: block;}
		.desktop-image{display: none;}
		.step{ position: static }
	}
}
