/*=========================================================
RELEASE 0.4.0
SECTION : WHY RICL
=========================================================*/

.section{
    position:relative;
    padding:120px 0;
}

.section-header{
    text-align:center;
    max-width:760px;
    margin:0 auto 70px;
}

.section-tag{
    display:inline-block;
    padding:8px 18px;
    border-radius:30px;
    background:rgba(255,122,0,.12);
    border:1px solid rgba(255,122,0,.20);
    color:#ff9d2e;
    font-size:13px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.section-header h2{

    font-size:48px;

    line-height:1.2;

    margin-bottom:22px;

    color:#fff;

    font-weight:800;

}

.section-header p{

    color:#c8c8c8;

    font-size:18px;

    line-height:1.8;

}


/*=====================================

WHY GRID

======================================*/

.why-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:32px;

}



/*=====================================

RESPONSIVE

======================================*/

@media(max-width:991px){

    .why-grid{

        grid-template-columns:1fr;

    }

    .section-header h2{

        font-size:38px;

    }

}
