.timeline {
    border-left: 1px solid #f0984198;
    position: relative;
    list-style: none;
}

.timeline .timeline-item {
    position: relative;
}

.timeline .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .timeline-item:after {
    background-color: #de7d1f;
    left: -38px;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
}

.bg-banner {
    background-image: url('../../assets/svg/menu-banner.svg');
    background-size: cover;
    background-repeat: no-repeat;
}