#kenniscentrum{
  margin: 40px 0;
}

.kenniscentrum__headline {
  padding: 80px 40px;
  border-radius: 12px;
  background-color: #edf6ff;
  background-image: url('https://cdn.webshopapp.com/shops/351366/themes/185513/assets/kenniscentrum_headline.webp?20260804100338?20260804100325');
  background-position: right;
  background-repeat: no-repeat;
  background-blend-mode: darken;
  background-origin: content-box;

  color: #224178;
}

.kenniscentrum__page--article .kenniscentrum__headline {
  background-image: unset;
}

.kenniscentrum__headline-content {
  max-width: 600px;
}

.kenniscentrum__title {
  margin: 0 0 10px;
}

.kenniscentrum__subtitle {
  font-weight: 500;
  margin-bottom: 20px;
}

.kenniscentrum__buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.kenniscentrum__button {
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
}

.kenniscentrum__button--primary {
  background-color: #f71595;
  color: #ffffff;
}

.kenniscentrum__button--secondary {
  background-color: #ea789d;
  color: #ffffff;
}

@media(max-width: 991px) {
  .kenniscentrum__headline {
    background-image: unset;
    padding: 24px;
  }
}


.brands-home__headline {
  padding: 80px 40px;
  border-radius: 12px;
  background-color: #edf6ff;
  background-position: right;
  background-repeat: no-repeat;
  background-blend-mode: darken;
  background-origin: content-box;

  color: #224178;
}

.kenniscentrum__page--article .brands-home__headline {
  background-image: unset;
}

.brands-home__headline-content {
  max-width: 600px;
}

.brands-home__title {
  margin: 0 0 10px;
}

.brands-home__subtitle {
  font-weight: 500;
  margin-bottom: 20px;
}

.brands-home__buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.brands-home__button {
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
}

.brands-home__button--primary {
  background-color: #f71595;
  color: #ffffff;
}

.brands-home__button--secondary {
  background-color: #ea789d;
  color: #ffffff;
}

@media(max-width: 991px) {
  .brands-home__headline {
    background-image: unset;
    padding: 24px;
  }
}

#dmws-plus-popup-gift .product-img img { 
  width: 54px;
}