/** Shopify CDN: Minification failed

Line 13:16 Unexpected "{"
Line 13:25 Expected ":"
Line 21:18 Unexpected "{"
Line 21:27 Expected ":"

**/


/* CSS from section stylesheet tags */
@media screen and (min-width: 768px) {
      #section-{{ section.id }} [data-center-text=true] .flex-grid  {
        padding-right: 161px;
        padding-left: 159px;
        padding-bottom: 27px;
      }
    }

      @media screen and (max-width: 767px) {
        #section-{{ section.id }} [data-center-text=true] .flex-grid  {
          justify-content: start; 
        }
    }