#roadmap {
    background-image: url(../img/roadmap/content.jpg);
    background-color: #001236;
    background-size: 100%;
    background-repeat: no-repeat;
    font-family: "Alexandria", sans-serif;
    font-weight: 300;
    color: #fff;
    padding: 3em;
}

#roadmap-step {
    display: inline-block;
    width: calc(100% - 60px);
    background: rgba(46, 156, 235, 0.15);
    padding: 1.5em;
    padding-top: 0.5em;
    border-bottom: solid 1px #2E9CEB;
}

#roadmap h2 {
    margin-bottom: 2em;
}

#roadmap h3 {
    font-size: 1.5rem;
}

#roadmap-timeline h4 {
    font-size: 1rem;
    margin-top: 1em;
}

.road_flex {
    display: flex;
    background: linear-gradient(270deg, rgba(46, 156, 235, 0) 0%, rgba(46, 156, 235, 0.1) 100%);
    width: 100%;
    height: 400px;
    margin-bottom: 1em;
    padding: 0 0 1.5em 2em;
}

@media (max-width: 1680px) {
    .road_flex {
        height: 430px;
    }
}

.main_flex {
    display: flex;
}

.left_road {
    width: 40%;
    display: flex;
    align-items: center;
}

.middle_road  {
    width: 100px;
    padding-top: 1em;
    display: flex;
    align-items: center;
}

.full_height {
    width: 100px;
    height: 65.5%;
    margin-top: -65px;
}

.middle_road .top_box {
    width: 100px;
    height: 50%;
    background: url(../img/roadmap/half_pin.svg) top right no-repeat;
    background-size: cover;
}

.middle_road .middle_box {
    width: 100%;
    height: 16px;
    background: url(../img/roadmap/full_pin.svg) bottom right no-repeat;
    background-size: cover;
}

.middle_road .bottom_box {
    width: 100px;
    height: 50%;
    background: url(../img/roadmap/half_pin_2.svg) bottom right no-repeat;
    background-size: cover;
}

.first_road {
    width: 15%;
    display: flex;
    align-items: center;
    padding-top: 1.5em;
}

.second_road {
    width: 25%;
    margin-right: 1.2em;
}

.third_road {
    width: 51.5%;
    margin-right: 1.2em;
}

.first_road #roadmap-step {
    padding-top: 1.5em;
}

.roadmap-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7em;
}

.roadmap-steps-row {
    display: block;
    width: 100%;
    border-top: solid 2px #2E9CEB;
    margin: 2em 0 1em 0;
    padding-top: 1em;
    text-align: center;
    color: #2E9CEB;
}

.roadmap-steps-row img {
    width: calc(100% - 40px);
    height: 16px;
}

.roadmap-steps-row:before, .roadmap-steps-row:after {
    content: '';
    position: relative;
    margin-top: -25px;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 99px;
    background: #2E9CEB;
}

.roadmap-steps-row:before {
    float: left;
}

.roadmap-steps-row:after {
    float: right;
}

.road_col {
    /*flex: 1 0 10%;*/
    font-weight: 300;
    background: #2E9CEB;
    background: linear-gradient(270deg, rgba(46, 156, 235, 0) 0%, rgba(46, 156, 235, 0.35) 100%);
    padding: 0.5em 1em;
    border-left: solid 2px #2E9CEB;
}

.step_icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 99px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
}

.step_icon img {
    width: 20px;
    height: 20px;
}