/** Shopify CDN: Minification failed

Line 11:2 Unexpected "{"
Line 11:3 Expected identifier but found "%"
Line 15:2 Unexpected "{"
Line 15:3 Expected identifier but found "%"
Line 34:0 Expected "}" to go with "{"

**/

  {% if section.settings.show_customer_img == true %}
  .homepage-reviews .heading-review{
    margin-top: 70px;
  }
  {% endif %}

  .homepage-reviews .item{
    height: 315px;   
    min-height: 315px;
    margin-top: 0px;
  }

 @media screen and (min-width: 992px){
  .homepage-reviews .item{
    height: 435px;
    min-height: 435px;
  }

  @media screen and (min-width: 1220px){
  .homepage-reviews .item{
    height: 345px;
    min-height: 345px;
  }
