.roadmap{padding:30px 50px}.point-index{position:absolute;top:50%;width:40px;height:40px;background:#fff;border:2px solid #902733;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:23px;font-weight:700}.point-label{flex:1 0 100%;width:100%;margin-bottom:5px;font-weight:700;@media (min-width:641px){flex:1 0 50%;width:50%}}.point-text{flex:1 0 100%;width:100%;color:darken(#fff,20%);@media (min-width:641px){flex:1 0 50%;width:50%}}.roadmap-point{display:flex;flex-direction:column;padding:10px 50px;position:relative;&:first-child{.point-index{top:auto;bottom:0;transform:translate(-50%,2px)!important}}&:last-child{.point-index{top:0;transform:translate(50%,-2px)!important}}&:not(:last-child){border-bottom:2px solid #902733}&:nth-child(odd){align-items:flex-start;&:not(:first-child){border-left:2px solid #902733}.point-index{left:0;transform:translate(-50%,-50%)}}&:nth-child(2n){align-items:flex-end;&:not(:last-child){border-right:2px solid #902733}.point-index{right:0;transform:translate(50%,-50%)}}}