/*==================================================
    COMPONENTES REUTILIZABLES
    COMPRE EN USA - PERÚ SAC
==================================================*/

/*==================================================
    SECTION HEADER
==================================================*/

.section-header{

    max-width:760px;

    margin:0 auto 70px;

    text-align:center;

}

.section-header .section-label{

    display:inline-block;

    color:var(--yellow-700);

    font-size:14px;

    font-weight:700;

    letter-spacing:3px;

    text-transform:uppercase;

    margin-bottom:15px;

}

.section-header h2{

    color:var(--primary-700);

    font-size:42px;

    font-weight:800;

    line-height:1.2;

    margin-bottom:18px;

}

.section-header p{

    color:#5F6C7B;

    font-size:18px;

    line-height:1.8;

    max-width:680px;

    margin:0 auto;

}