
.history-map
 {
    position: relative;
    color: black;
}


.history-map__box {
    padding-bottom: 50px;
    padding-top: 230px;
    position: relative;
}


.history-map__year {
    background: linear-gradient(90deg, #8dc725 10%, #1d9d4d);
    border-radius: 50%;
    color: #fff;
    font-size: 4.8rem;
    font-style: italic;
    font-weight: 500;
    height: 230px;
    left: 50%;
    line-height: 230px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 230px;
    z-index: 1;
}


.history-map__bg-year {
    color: #cfe13a;
    font-size: 20rem;
    font-style: italic;
    font-weight: bold;
    left: -4%;
    letter-spacing: -0.01em;
    line-height: 1;
    opacity: 0.1;
    position: absolute;
    top: -5%;
}



.history-map__block {
    margin-left: 0;
    margin-right: auto;
    margin-top: 20px;
    padding-right: 30px;
    text-align: right;
    width: 50%;
}

.history-map__block.right {
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-left: 30px;
    text-align: left;
}


.history-map__block dl {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 12px;
 
}


.history-map::after {
    background: #3aa942;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    z-index: -1;
}


@media (max-width: 450px) {
    .history__inner {
        margin-top: 50px!important;
    }
}
