/** Shopify CDN: Minification failed

Line 16:16 Unexpected "{"
Line 16:17 Expected identifier but found "%"
Line 17:36 Unexpected "{"
Line 17:45 Expected ":"
Line 17:52 Unexpected "{"
Line 76:16 Unexpected "{"
Line 76:17 Expected identifier but found "%"
Line 78:22 Unexpected "{"
Line 78:31 Expected ":"
Line 78:38 Unexpected "{"
... and 107 more hidden warnings

**/
                {% if block.settings.text_des != blank %}
                    #home-policies-{{ section.id }} {
                        padding-top: 44px;
                    }
                    .policies-block .policy-text{
                        text-align: center;

                    }
                    .policies-block .policy-text > span{
                        font-weight: 500;
                        font-size: 18px;
                        text-transform: none;

                    }
                    .policies-block .policy-icon{
                        font-size: 50px;
                    
                    }
                    .policies-block .policy-text:before{
                        content: none;
                    }
                    .policies-block .policy-text{
                        letter-spacing: .02em;
                        position: relative;
                        top: 4px;
                    }
                    .policies-block .policy-text p{
                        text-transform: none;
                        letter-spacing: .02em;
                        font-weight: 400;
                        font-size: 15px;
                    }
                  .row.policies-slider {
                      display: flex;
                      justify-content: space-evenly;
                  }
                  .policies--icons {
                      text-align: center;
                      padding-bottom: 2rem;

                  }

                  span.policy-text h2 {
                    font-size: 20px;
                    font-weight: 400;
                    letter-spacing: 1.26px;
                    color: #000000;
                    opacity: 1;
                    font-family: Poppins, sans-serif;
                }
                  span.policy-text p span {
                    letter-spacing: 0px;
                    color: #000000;
                    opacity: 0.3;
                    font-size: 18px;
                    font-weight: 400;
                    font-family: Poppins, sans-serif;
                    text-transform: capitalize;
                }

                {% endif %}
                 @media (max-width: 767px) {
      #home-policies-{{ section.id }} {
          margin-bottom: {{ section.settings.margin_bottom_mb }}px;
      }

      {% if settings.layout_style == 'layout_style_fullwidth' %}
          #home-policies-{{ section.id }} {
              background-color: {{ section.settings.bg_color_block }};
          }
          #home-policies-{{ section.id }} .policy-item a {
              border: 0 !important;
              background-color: transparent !important;
          }
      {% endif %}
  }

  @media (min-width: 768px) and (max-width: 1199px) {
      #home-policies-{{ section.id }} {
          margin-bottom: {{ section.settings.margin_bottom_tab }}px;
          background-color: {{ section.settings.bg_color_block }};
      }
  }

  @media (min-width: 1200px) {
      #home-policies-{{ section.id }} {
          margin-bottom: {{ section.settings.margin_bottom }}px;
      }
  }

  #home-policies-{{ section.id }} {
      position: relative;
  }

  {% unless section.settings.display_padding %}
   #home-policies-{{ section.id }} .bg-policies-block {
      background-color: {{ section.settings.bg_color }};
   }
  {% endunless %}

  /* {% unless settings.layout_style == 'layout_style_fullwidth' %}
      #home-policies-{{ section.id }} {
          background-color: {{ section.settings.bg_color_block }};
      }

      #home-policies-{{ section.id }} {
          border-top: 1px solid {{ section.settings.border_block }};
      }
  {% endunless %} */

  {% if settings.layout_style == 'layout_style_fullwidth' %}
      #home-policies-{{ section.id }} .bg-policies-block {
          background-color: {{ section.settings.bg_color_block }};
      }
  {% endif %}

  #home-policies-{{ section.id }} .policy-item a {
      border: 1px solid {{ section.settings.border }};
      background-color: {{ section.settings.bg_color }};
      color: {{ section.settings.color }};
      {% if section.blocks.size == 1 %}
      padding: 18px 0 16px;
      {% endif %}
  }

  #home-policies-{{ section.id }} .policy-item a span i, #home-policies-{{ section.id }} .policy-item a span svg {
      color: {{ section.settings.color_icon }};
  }

  #home-policies-{{ section.id }} .policy-text p {
      color: {{ section.settings.color_des }};
  }

  #home-policies-{{ section.id }} .policy-text:before {
      {% if settings.layout_style == 'layout_style_fullwidth' %}
          background-color: none;
      {% else %}
          background-color: {{ section.settings.color }};
      {% endif %}
  }

  {% if section.blocks.size == 1 %}
      #home-policies-{{ section.id }} .policy-item .policy-text:before {
          display: none;
      }
  {% endif %}
  #home-policies-{{ section.id }} .bg-policies-block .slick-arrow svg {
      color: {{ section.settings.color }};
      width: 14px;
      height: 14px;
  }

  .policies-block.layout_style_2 .policy-item:before {
      background-color: {{ section.settings.border_block_style_2 }};
  }