.w-80{
    width:80%;
}
.feature-banner {    
    background: rgb(240 240 240);
    overflow: hidden;
    padding-top: 31px;
}
.feature-banner .heading{
    position:relative;
    padding:100px 0px 0px 50px;
    align-items: start;
    z-index: 10;
}
.feature-banner .heading:before{
    content: '';
    background: url(../../images/socxo/features/banner-line.png) 0px 50px no-repeat;
    position: absolute;
    top: 0px;
    bottom: auto;
    left: 0px;
    right: auto;
    background-size: 60% !important;
    width: 526px;
    height: 100%;
    z-index: 0;

}

.app_store {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
}
.app_store a{
    margin:10px;
}

@media only screen and (max-width: 992px) {

    .feature-banner .heading {        
        padding: 10px 10px 50px 10px;
        align-items: center;
        margin: auto;
    }
    .feature-banner .heading:before{
        content:none;
    }
}