.w50 {
	width: calc(50% - 50px) !important;
}

.step.step-arrow .step-list > li .step-box.no:after {
    display: none;
}

.step.step-arrow .step-list > li .step-box.yes:after {
    display: block;
}

@media (max-width: 1024.98px) {
	.w50 {width:100% !important};
	.step.step-arrow.step-over4 .step-list > li:nth-child(3n) .step-box:after {
   	 display: block;
	}
}