/** Shopify CDN: Minification failed

Line 30:16 Expected "}" to go with "{"

**/


/* CSS from section stylesheet tags */
.hero-column-mosaic {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-column-mosaic .mosaic__column--large {
  width: 50%;
}

.hero-column-mosaic .mosaic__column--stacked {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Mobiel: alle kolommen onder elkaar */
@media screen and (max-width: 767px) {
  .hero-column-mosaic .mosaic__column--large,
  .hero-column-mosaic .mosaic__column--stacked {
    width: 100%;