/*
|--------------------------------------------------------------------------
| Sections
|--------------------------------------------------------------------------
*/

.section{
    padding:96px 0;
}

.section-sm{
    padding:64px 0;
}

.section-lg{
    padding:128px 0;
}

.section-light{
    background:#fafaf8;
}

.section-white{
    background:#ffffff;
}

.section-header{
    max-width:760px;
    margin:0 auto 56px;
    text-align:center;
}

.section-title{
    margin-bottom:16px;
}

.section-description{
    max-width:640px;
    margin:0 auto;
    color:var(--color-text-light);
}