.section-timeline-steps {
    padding: 10px 0 0;
}

.section-timeline-steps>.belt {
    width: 100%;
}

.vfms-steps .vfes-title {
    font-weight: 100;
    /* text-align: center; */
    font-size: 20px;
}

.vfes-timeline--steps .vfes-timeline__item {
    display: grid;
    grid-column-gap: 47px;
    grid-template-columns: 64px auto;
    padding: 22px 0;
    color: #333;
    border-left-width: 0;
    position: relative;
}

.vfes-timeline__item .vfes-paragraph {
    font-size: 18px;
}

.vfes-timeline__item .vfms-paragraph--small {
    font-size: 16px;
    padding: 10px;
}

.section-timeline-steps span.svg-logo {
    display: block;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-row-start: 1;
    justify-self: flex-end;
    margin-top: -15px;
}

.section-timeline-steps span.svg-logo>svg {
    width: 48px;
    height: 48px;
}

.vfes-timeline__item:before {
    content: "";
    position: absolute;
    left: 80px;
    bottom: 0;
    width: 2px;
    height: 100%;
    background: #666;
    transform: translateX(-50%);
    top: 25px;
}

.vfes-timeline__item:first-of-type:before {
    height: 100%;
}

.vfes-timeline__item:last-of-type:before {
    height: 12px;
    top: 0;
}

.vfes-timeline__item:after {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #fff;
    border: 2px solid #666;
    border-radius: 100%;
    position: absolute;
    top: 25px;
    left: 80px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.steps-link {
    border: none;
    background-color: transparent;
    text-decoration: underline;
    text-align: left;
}

.vfes-timeline__item>p {
    line-height: 1.1;
    ;
}

@media screen and (min-width: 768px) {
    .section-timeline-steps>.belt {
        width: 95%;
    }

    .vfms-steps .vfes-title {
        font-size: 24px;
        width: 100%;
        padding-bottom: 40px;
    }

    .vfes-timeline--steps .vfes-timeline__list {
        max-width: 100%;
        margin: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        position: relative;
    }

    .vfes-timeline--steps .vfes-timeline__item {
        display: inline-block;
        padding: 12px;
        color: #333;
        /*width: 19%;*/
        border-left: none;
        text-align: center;
        flex: 1;
    }

    .vfes-timeline__item:last-of-type {
        border-color: transparent;
    }

    .vfes-timeline--steps .vfes-timeline__item:before {
        height: 2px;
        width: 100%;
        top: 80px;
        transform: translateX(0);
        left: 0;
        right: 0;
        display: block;
    }

    .vfes-timeline__item:first-of-type:before {
        height: 2px;
        width: 50%;
        right: 0;
        left: auto;
    }

    .vfes-timeline--steps .vfes-timeline__item:last-of-type:before {
        height: 2px;
        width: 50%;
        top: 80px;
    }

    .vfes-timeline--steps .vfes-timeline__icon {
        margin-bottom: 50px;
        margin-top: 0;
        margin-right: 50px;
    }

    .vfes-timeline--steps .vfes-timeline__item:after {
        transform: translate(-50%, -50%);
        top: 80px;
        left: 50%;
    }

    .vfes-timeline__item .vfms-paragraph--small {
        font-size: 18px;
    }

    .steps-link {
        text-align: center;
    }
}

@media screen and (min-width: 1024px) {
    .vfes-timeline--steps .vfes-timeline__icon {
        margin-right: 90px;
    }

    .vfes-timeline__list:has(.vfes-timeline__item:nth-child(5)) .vfes-timeline__icon {
        margin-right: 60px;
    }
}

@media screen and (min-width: 1280px) {
    .vfms-steps .vfes-title {
        font-size: 28px;
        display: flex;
        flex-direction: column;
    }

    .steps-one .vfes-title {
        padding-top: 40px;
    }

    .vfes-timeline--steps .vfes-timeline__icon {
        margin-right: 120px;
    }

    .vfes-timeline__list:has(.vfes-timeline__item:nth-child(5)) .vfes-timeline__icon {
        margin-right: 90px;
    }
}