.outside i,
.current i,
.tec_plat i {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #9d9d9d;
    vertical-align: middle;
    margin-right: 10px;
}
.outside .row div{
    margin-bottom:0;
}
.hasmask{
    position: relative;
}
.add{
    position: absolute;
    top:50%;
    right: 5%;
}
.bg{
    position: absolute;
    bottom: 7%;
    left: 5%;
    color: white;
    z-index: 111;
}
.bg h1{
    margin-bottom: 35px;
}

@media screen and (max-width: 992px){
    .bg{
        position: relative;
        bottom: 0;
        left: 0;
        color: white;
        z-index: 111;
    }
    .bg h1{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .bg p{
        font-size: 12px;
        margin-bottom: 15px;
    }
}
.footer{
    margin-top: 100px;
}<!--0.00011396408081055-->