/** Shopify CDN: Minification failed

Line 18:11 Expected identifier but found whitespace
Line 18:13 Unexpected "{"
Line 18:22 Expected ":"

**/


/* CSS from section stylesheet tags */
.column {
    display:flex;
    flex-direction: column;
    width: 50%;
    align-items: center;
    justify-items: center;
    justify-content: center;
    height: {{ section.settings.column_height}}
  }

  .custom_row {
    display:flex;
    flex-direction: row;
  }

  @media (max-width: 480px) {
    .custom_row {
      flex-direction: column;
    }

    .column {
      width: 100vw;
    }
  }