.futureBox{
    margin-top: 10%;
    padding: 0 3%;
}
.futureBox .item{
    padding-bottom: 4%;
    margin-top: 6%;
    border-bottom: 1px solid #000;
}
.futureBox .item h3{
    margin-bottom: 5%;
}
.futureBox .item h3{
    margin-bottom: 5%;
}
.unitSubTitle::after{
    height: 106%;
    top: 12%;
    left: 10%;
}
.textEdit img{
    max-width: 100% !important;
    height: auto !important;
}
@media (max-width:991px) {
    .futureArea{
        padding-bottom: 0;
    }
    .futureArea .unitSubTitle{
        display: none;
    }
    .futureBox{
        margin-top: 40%;
        padding-right: 10%;
    }
    .futureBox .item{
        padding-left: 0%;
        padding-bottom: 15%;
        flex-direction: row-reverse;
    }
    .futureBox .item .Txt{
        margin-top: -5%;
    }
    .futureBox .item .col-lg-6{
        padding-left: 0;
    }
    .futureBox .item .Img .innerImg{
        padding-top: 137%;
    }
    .futureBox .item .Img .innerImg .image{
        width: 80%;
        height: 80%;
        top: 30%;
        left: 0;
        transform: translateY(-30%);
    }
    .col-10{
        padding-left: 8%;
    }
    .col-10:after{
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        background: #333;
        top: 2%;
        left: -5%;
    }
    .futureBox .item:last-child{
        border-color:transparent
    }
}