/** Shopify CDN: Minification failed

Line 33:35 Expected "}" to go with "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:hero-column-block (INDEX:16, SCOPED:FALSE) */
.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%;
/* END_SECTION:hero-column-block */