.avz23_block .roadmap {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: inherit;
    width: 100%;
    max-width: unset;
}

.roadmap[data-orientation="horizontal"] {
    display: flex;
}

@media(max-width:835px) {
    .roadmap[data-orientation="horizontal"] {
        flex-direction: column;
        gap: 48px;
    }
}