/* ==========================================
   Section Header
========================================== */

.section-header{
    max-width:900px;
    margin:3rem auto 2.5rem;
    padding:0 1rem;
    text-align:center;
}

/* Small Label */

.section-label{
    display:inline-block;
    padding:.35rem .9rem;
    background:#FFD54F;
    color:#3B5EA8;
    font-size:.85rem;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    border-radius:30px;
    margin-bottom:1rem;
}

/* Title */

.section-title{
    margin:0;
    font-size:2.8rem;
    font-weight:700;
    color:#3B5EA8;
}

/* Subtitle */

.section-subtitle{
    margin-top:1rem;
    color:#666;
    font-size:1.1rem;
    line-height:1.7;
    max-width:650px;
    margin-left:auto;
    margin-right:auto;
}

/* Decorative line */

.section-title::after{
    content:"";
    display:block;
    width:90px;
    height:4px;
    margin:1rem auto 0;
    background:#FFD54F;
    border-radius:20px;
}