#other-features {
    margin-bottom:-88px;
}

#other-features .btn {
    margin:20px 0;
}

#other-features .col-md-6 {
    padding-top:80px;
    padding-bottom: 80px;
}

@media (min-width: 768px) {
    #other-features .line-left {
        border-left:1px solid #f1f5f9;
    }


}


@media (max-width: 768px) {
    #other-features .col-md-6 {
        padding-top:40px;
        padding-bottom: 40px;
    }
}

