.diensten-contact-list {
  gap: 16px;
}

.diensten-contact-list .intro-offer-contact-item {
  max-width: 100%;
}

.diensten-contact-list .intro-offer-contact-item > span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.diensten-contact-list .intro-offer-contact-icon {
  color: #fff;
}

.diensten-contact-list .intro-offer-contact-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.diensten-contact-list .diensten-contact-address {
  margin: 0;
  align-items: flex-start;
  font-style: normal;
}

.diensten-contact-list .diensten-contact-address:hover {
  color: #334155;
}

.diensten-contact-list .diensten-contact-address .intro-offer-contact-icon {
  background: #b58cf0;
}
