/* =========================================================
   REVIEWS
========================================================= */

.doll-reviews{

    padding:120px 0;

    background:var(--bg-soft);
}

.doll-reviews-head{

    text-align:center;

    max-width:600px;

    margin:0 auto 55px;
}

.doll-reviews-grid{

    display:grid;

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

    gap:22px;
}

.doll-review{

    padding:35px;

    background:#fff;
}

.doll-review-stars{

    color:var(--accent);

    letter-spacing:3px;

    font-size:12px;
}

.doll-review p{

    margin:22px 0;

    font-family:Georgia,serif;

    font-size:18px;

    line-height:1.6;
}

.doll-review strong{

    font-size:10px;

    letter-spacing:.08em;

    text-transform:uppercase;
}