
.roadMap {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    min-height: 100%
}

.blueEllipseBorder {
    position: absolute;
    width: 155%;
    height: 100%;
    border-radius: 100%;
    transform: rotate(53deg);
    top: 0;
    left: -43%;
    border: 2px dashed #cccccc85
}

.blueEllipseSticker {
    position: absolute;
    width: 150%;
    height: 100%;
    border-radius: 100%;
    background: #0007c9;
    background: linear-gradient(148deg, rgba(0, 7, 201, 1) 0, rgba(0, 0, 0, 0) 99%);
    transform: rotate(45deg);
    top: 0;
    left: -40%
}

.margins {
    margin: 150px 0
}

.margin2 {
    margin-top: 150px
}

.roadMap2 {
    margin: 200px 0;
    height: 1000px
}

.cardMap .cardDesc p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
}

.roadSeven .step0 {
    position: absolute;
    width: 50%;
    top: -270px;
    left: 60%;
    transform: translateX(-50%) scale(0)
}

.roadSeven .step01 {
    position: absolute;
    width: 50%;
    top: -180px;
    left: 110px;
    /* transform: scale(0) */
}

.roadSeven .step01 .cardDesc {
    transform: translateX(-250px)
}

.roadSeven .step02 {
    position: absolute;
    width: 50%;
    top: -120px;
    right: 0;
    /* transform: scale(0) */
}

.roadSeven .step02 img{
    max-width: 170px;
}

.roadSeven .step03 {
    position: absolute;
    width: 50%;
    top: 50px;
    left: 0px;
    /* transform: scale(0);*/
}

.roadSeven .step03 img {
    max-width: 180px;
}

.roadSeven .step03 .cardDesc {
    transform: translateX(-200px)
}

.roadSeven .step04 {
    position: absolute;
    width: 50%;
    top: 300px;
    right: 110px;
    /* transform: scale(0);*/
}
.roadSeven .step04 img {
    width: 180px;
}
.roadSeven .step05 {
    position: absolute;
    width: 50%;
    top: 500px;
    left: -70px;
    transform: scale(0);
}

.roadSeven .step05 img{
    width: 190px;
}

.roadSeven .step05 .cardDesc {
    transform: translateX(-220px);
}



/* .roadSeven .step06 {
    position: absolute;
    width: 50%;
    top: -10px;
    right: 230px;
    transform: scale(0.7); 
}*/