.reviews-section{

    padding:100px 24px;
    background:#fff;

}

.reviews-container{

    max-width:1280px;
    margin:auto;

}

.reviews-header{

    text-align:center;
    margin-bottom:48px;

}

.reviews-label{

    display:inline-flex;

    padding:8px 18px;

    border-radius:999px;

    background:rgba(192,23,44,.08);

    border:1px solid rgba(192,23,44,.2);

    color:#C0172C;

    font-size:13px;

    margin-bottom:18px;

}

.reviews-title{

    font-size:2.25rem;

    font-weight:900;

    color:#0B2341;

    line-height:1.2;

}