﻿.green-map {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: auto;
    height: fit-content;
    margin-top: 50px;
    margin-bottom: 20px;
}

.green-map img {
    width: inherit;
    height: auto;
}

.year-text-container {
    width: 100%;
    padding-right: 10px;
}

.mud-timeline-vertical::before {
    background: gray;
}

.mud-timeline-item-dot {
    background: #252525;
}

/*.mud-timeline-vertical.mud-timeline-position-alternate .mud-timeline-item:nth-child(2n){
    margin-right: 0px
}*/