/** Shopify CDN: Minification failed

Line 20:15 Expected identifier but found whitespace
Line 20:17 Unexpected "{"
Line 20:26 Expected ":"
Line 39:10 Expected identifier but found whitespace
Line 39:12 Unexpected "{"
Line 39:21 Expected ":"
Line 50:10 Expected identifier but found whitespace
Line 50:12 Unexpected "{"
Line 50:21 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:review-title-section (INDEX:187) */
.review-title-section{
    background: {{ section.settings.bg_color }};
    padding: 60px 20px;
    padding-bottom: 0;
    border-radius: 20px;
    text-align: center;
  }

  .review-title-container{
    max-width: 900px;
    margin: 0 auto;
  }

  .review-title-heading{
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1.2;
    font-family: 'Futura';
      font-style: normal;
      font-weight: 400;
    color: {{ section.settings.heading_color }};
    letter-spacing: 0.5px;
  }

  .review-title-subheading{
    margin: 0;
        font-family: "Futura-Normal";
    font-size: 18px;
    line-height: 1.7;
    margin: auto;
    max-width: 670px;
    color: {{ section.settings.subheading_color }};
  }
  .review-title-subheading strong{letter-spacing: 0.5px;}
  @media screen and (max-width: 768px){

    .review-title-section{
      padding: 40px 15px;
      text-align: left;
      padding-bottom: 0;
    }

    .review-title-heading{
      font-size: 30px;
    }

    .review-title-subheading{
      font-size: 13px;
    }

  }
/* END_SECTION:review-title-section */