/*=========================================================
    KKF SECTION HEADER v2.0
=========================================================*/

.kk-section-header{

    margin:0 auto 70px;

}

.kk-section-header .kk-badge{

    margin-bottom:22px;

}

.kk-section-title{

    margin-bottom:20px;

}

.kk-section-description{

    max-width:650px;

    margin:0 auto;

    font-size:18px;

    line-height:1.8;

}

/*=========================================================
    Alignment
=========================================================*/

.kk-text-left{

    text-align:left;

}

.kk-text-center{

    text-align:center;

}

.kk-text-right{

    text-align:right;

}

.kk-text-left .kk-section-description{

    margin-left:0;

}

.kk-text-right .kk-section-description{

    margin-right:0;

}

.kk-text-left .kk-divider{

    justify-content:flex-start;

}

.kk-text-right .kk-divider{

    justify-content:flex-end;

}