/** Shopify CDN: Minification failed

Line 16:15 Expected identifier but found whitespace
Line 16:17 Unexpected "{"
Line 16:26 Expected ":"
Line 35:10 Expected identifier but found whitespace
Line 35:12 Unexpected "{"
Line 35:21 Expected ":"
Line 46:10 Expected identifier but found whitespace
Line 46:12 Unexpected "{"
Line 46:21 Expected ":"

**/
/* START_SECTION:review-title-section (INDEX:206) */
.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 */
