hr {
    border-color: var(--green);
}

.roadmap-section {
    display: flex;
    margin-top: 30px;
    padding:10px;
    flex-direction: row;
    margin-bottom: 30px;
}

.road-data {
    display:flex;
    flex-direction: column;
    color:white;
    width: 20%;
    margin-left: 20px;
    text-align: center;;
}

.road-data h3 {
    opacity:0.8;
}

.road-text {
    display:flex;
    flex-direction: column;
    font-size:1.3em;
    flex-wrap: wrap;
    line-height: 1.4em;;
    width: 80%;
}

.road-text i {
    color: white;
    opacity: 0.8;
}

.road-text strong {
    color: var(--green);
    opacity:0.7;
}