
.our-story{
    background: linear-gradient(90deg, #ece8df 50%, #d9d0be 50%);
}

.how-it-works{
    background: #d9d0be;
}

.about-head{
    background: #f6f1ee;
    font-size: 18px;
    letter-spacing: 1px;
}

.nav.nav-tabs a{
    color: #1d1d1b;
    text-decoration: none;
    font-weight: 400;
    border-bottom: none!important;
}

.nav.nav-tabs a.active span{
    position:relative;
    display: block;
    padding: 0 5px;
}

.nav.nav-tabs a.active span:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #1d1d1d;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.5px;
}

.nav.nav-tabs.mobile-nav-tabs a.active span:after{
    height:0;
}
.nav.nav-tabs.mobile-nav-tabs .first-tab:after{
    width:0;
}
.nav-tabs{
    border-bottom:none;
}

.first-tab{
    position:relative;
}

.first-tab:after{
    content: "";
    width: 1px;
    height: 12px;
    position: absolute;
    right: 0;
    background: #1d1d1b;
    top: 50%;
    margin-top: -6px;
}

.how-it-works-page {
    background: url(/images/assets/how-it-works.jpg) no-repeat center center;
    min-height: 592px;
    background-size: auto;
}

.works-download{
    position: absolute;
    left: 16px;
    bottom: 0;
}

.story-tab{
    padding-right: 30px;
}

.works-tab{
    padding-left: 30px;
}

@media (max-width: 767px) {
    .about-header{
        justify-content: space-between!important;
    }
    .our-story {
        background: linear-gradient(180deg, #ece8df 50%, #d9d0be 50%);
    }
    .our-story-image {
        background:#d9d0be;
        padding: 10px 40px 30px;
    }
    .our-story-image img{
        max-width:100%;
        margin-top: 20px;
    }
    .our-story-mobile-content{
        background:#ece8df;
    }
    .works-download {
        left: 0;
        width: 100%;
        text-align: center;
    }
    .how-it-works-page {
        background: url(/images/assets/how-it-works-mobile.jpg) no-repeat center right;
        min-height: 900px;
        background-size: contain!important;
    }
    .display-4{
        font-size: 35px;
        line-height: 43px;
    }
    .display-5{
        font-size: 26px;
        line-height: 32px;
    }
    .about-head{
        font-size: 16px;
    }
    .btn-outline-primary{
        background:#FFFFFF!important;
    }
    .how-it-works-head{
        text-align:center;
    }
}