.ce_progression_arrow_icon img {
    width: 100%;
    height: 100%;
    position: relative;
    top: 1.875rem; /* move the arrow further down */
}

@media (max-width: 991px) {
    .ce_progression_arrow_icon img {
        top: .75rem; /* move the arrow further down */
    }

    .ji_progression_second_line_item {
        padding-top: 1rem; /* add spacing between item rows on mobile */
    }
}