/** Shopify CDN: Minification failed

Line 140:0 Expected "}" to go with "{"

**/
.arkes-founders {
  background: #fff;
  padding: 80px 20px;
}

.arkes-founders__container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  align-items: center;
  gap: 40px;
}

.arkes-founders__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

.arkes-founders__text {
  text-align: center;
  padding: 0 20px;
}

.arkes-founders__title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.arkes-founders__description {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
}
.arkes-founders__text {
  background-color: #000;
  padding: 40px 20px;
  color: #fff;
  border-radius: 4px;
}

.arkes-founders__title {
  color: #fff;
}

.arkes-founders__description {
  color: #ddd;
}
.brand-highlight {
  padding: 80px 20px;
  background-color: #f7f7f7; /* eventueel aanpassen of weghalen */
}

.brand-highlight__container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 40px;
  align-items: stretch;
}

.brand-highlight__text-block {
  background-color: #000;
  color: #fff;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brand-highlight__eyebrow {
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 16px;
  opacity: 0.8;
}

.brand-highlight__text {
  font-size: 18px;
  line-height: 1.7;
}

.brand-highlight__image-wrapper {
  width: 100%;
  height: 100%;
}

.brand-highlight__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Mobile stacking */
@media (max-width: 768px) {
  .brand-highlight__container {
    grid-template-columns: 1fr;
  }

  .brand-highlight__text-block {
    order: 1;
  }

  .brand-highlight__image-block {
    order: 2;
  }
@media screen and (max-width: 749px) {
  .founders-section__image {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    margin-bottom: 20px;
  }

  .founders-section__image img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }

  .founders-section__text {
    padding: 0 24px !important;
    text-align: center !important;
  }
}
