/* =========================================
   REVIEWS SECTION
========================================= */

.reviews-section{

    padding:120px 0;

    background:#002147;

    position:relative;

    overflow:hidden;

}

/* =========================================
   HEADING
========================================= */

.reviews-heading{

    text-align:center;

    max-width:850px;

    margin:0 auto 70px;

}

.reviews-heading span{

    display:inline-block;

    background:rgba(255,180,0,.15);

    color:#ffb400;

    padding:10px 22px;

    border-radius:50px;

    font-size:14px;

    font-weight:700;

    margin-bottom:20px;

}

.reviews-heading h2{

    font-family:"Poppins",sans-serif;

    font-size:48px;

    font-weight:800;

    line-height:1.2;

    color:#ffffff;

    margin-bottom:20px;

}

.reviews-heading p{

    font-family:"Roboto Slab",serif;

    font-size:18px;

    line-height:1.8;

    color:rgba(255,255,255,.80);

}

/* =========================================
   META
========================================= */

.reviews-meta{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:15px;

    margin:25px 0;

    color:#ffffff;

    font-size:16px;

    font-weight:600;

}

.reviews-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:15px 32px;

    background:#ffb400;

    color:#002147;

    font-weight:700;

    border-radius:10px;

    transition:.35s;

}

.reviews-btn:hover{

    transform:translateY(-4px);

    background:#ffffff;

}


