
@media (min-width: 768px) {
    .stepArrow {
        position: relative;
    }
    .stepArrowIn::after {
        content: '';
        width: 40px;
        height: 40px;
        border: 0px;
        border-top: solid 1px #d1d1d1;
        border-right: solid 1px #d1d1d1;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute !important;
        top: 50%;
        right: 28px;
        z-index: 0;
    }
}

    