.pricing-1{
    h2.title{
        margin-bottom: 10px;
    }

    .card-separator{
        width: 1px;
        display: block;
        height: 100%;
        background-color: rgba($gray-color, .2);
        position: absolute;
        left: 0;
        top: 0;
    }
    &.section-image:after{
        background-color: rgba(0, 0, 0, 0.8);
    }
}

.pricing-2{
    .nav-pills{
        display: inline-flex;
        margin-bottom: 50px;
    }

}

.pricing-5{
    .nav-pills{
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.pricing-3,
.pricing-4{
    .title{
        margin-bottom: 10px;
    }
}
