.onze-eigen-locaties {
  --onze-eigen-locaties-radius: 20px;
  padding: 72px 0 8px;
  background: #fef3ef;
  color: #50203a;
  overflow: hidden;
}

.onze-eigen-locaties .onze-eigen-locaties__heading-row {
  --be-grid-gutter-x: 48px;
}

.onze-eigen-locaties .onze-eigen-locaties__title {
  margin: 0 0 32px;
  color: #50203a;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 44px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-synthesis: none;
  line-height: 1.1;
}

.onze-eigen-locaties .onze-eigen-locaties__title em {
  color: #ff8359;
  font-style: normal;
  background: linear-gradient(90deg, #ff965e 0%, #ff5b62 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.onze-eigen-locaties .onze-eigen-locaties__cards {
  --be-grid-gutter-x: 48px;
  --be-grid-gutter-y: 32px;
}

.onze-eigen-locaties .onze-eigen-locaties__card {
  height: 100%;
  overflow: hidden;
  background: #ffffff;
  border-radius: var(--onze-eigen-locaties-radius);
  box-shadow: 0 4px 10px rgb(80 31 58 / 11%);
}

.onze-eigen-locaties .onze-eigen-locaties__media {
  margin: 0;
  aspect-ratio: 2.29 / 1;
  overflow: hidden;
  background: #ffffff;
  border-radius: var(--onze-eigen-locaties-radius) var(--onze-eigen-locaties-radius) 0 0;
}

.onze-eigen-locaties .onze-eigen-locaties__media img {
  display: block;
  width: 101%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translateX(-1%);
}

.onze-eigen-locaties .onze-eigen-locaties__body {
  padding: 25px 30px 25px;
}

.onze-eigen-locaties .onze-eigen-locaties__body h3 {
  margin: 0 0 5px;
  color: #50203a;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
}

.onze-eigen-locaties .onze-eigen-locaties__body > p {
  margin: 0;
  color: #795569;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-variation-settings: "wght" 300;
  font-synthesis: none;
  line-height: 1.4;
  letter-spacing: 0;
}

.onze-eigen-locaties .onze-eigen-locaties__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 25px;
}

.onze-eigen-locaties .onze-eigen-locaties__button {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 9px 21px;
  border-radius: 999px;
  color: #ffffff;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform 160ms ease, filter 160ms ease;
}

.onze-eigen-locaties .onze-eigen-locaties__button--coral,
.onze-eigen-locaties .onze-eigen-locaties__button--plum {
  min-width: 132px;
}

.onze-eigen-locaties .onze-eigen-locaties__button:hover,
.onze-eigen-locaties .onze-eigen-locaties__button:focus-visible {
  filter: brightness(0.96);
  transform: translateY(-1px);
}

.onze-eigen-locaties .onze-eigen-locaties__button--coral:hover {
    background: #993a8c;
}

.onze-eigen-locaties .onze-eigen-locaties__button--plum:hover {
	background: #fc8e5b;
}

.onze-eigen-locaties .onze-eigen-locaties__button--coral {
  background: #fc8e5b;
}

.onze-eigen-locaties .onze-eigen-locaties__button--plum {
  background: #993a8c;
}

.onze-eigen-locaties .onze-eigen-locaties__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 0;
  margin-top: 14px;
  color: #b27487;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 10.83px;
  font-style: normal;
  font-weight: 300;
  font-variation-settings: "wght" 300;
  font-synthesis: none;
  line-height: 1.2;
  letter-spacing: 0;
}

.onze-eigen-locaties .onze-eigen-locaties__contact > * {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.onze-eigen-locaties .onze-eigen-locaties__contact > * + *::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  margin: 0 14px;
  background: #c26a83;
  vertical-align: -1px;
}

@media (max-width: 1200px) {
  .onze-eigen-locaties .onze-eigen-locaties__contact > * + *::before {
    margin-inline: 10px;
  }
  .onze-eigen-locaties .onze-eigen-locaties__title {
	font-size: 38px;
}
}

@media (max-width: 1023px) {
  .onze-eigen-locaties {
    padding: 58px 0 8px;
  }
}

@media (max-width: 640px) {
  .onze-eigen-locaties {
    padding: 60px 0 20px;
  }

  .onze-eigen-locaties .onze-eigen-locaties__title {
    margin-bottom: 24px;
    font-size: 32px;
  }

  .onze-eigen-locaties .onze-eigen-locaties__cards {
    --be-grid-gutter-y: 24px;
  }

  .onze-eigen-locaties .onze-eigen-locaties__body {
    padding: 14px 20px 21px;
  }

  .onze-eigen-locaties .onze-eigen-locaties__body h3 {
    font-size: 21px;
  }

  .onze-eigen-locaties .onze-eigen-locaties__actions {
    gap: 10px;
    margin-top: 21px;
  }

  .onze-eigen-locaties .onze-eigen-locaties__button {
    min-height: 38px;
    padding-inline: 18px;
  }

  .onze-eigen-locaties .onze-eigen-locaties__contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .onze-eigen-locaties .onze-eigen-locaties__contact > * + *::before {
    display: none;
  }
}

@media (max-width: 390px) {
  .onze-eigen-locaties .onze-eigen-locaties__title {
    font-size: 32px;
  }

  .onze-eigen-locaties .onze-eigen-locaties__button {
    flex: 1 1 130px;
  }
}


/* For responsive css start*/


@media (max-width: 1500px) and (min-width: 1201px) {
    .onze-eigen-locaties .be-container {
        width: min(calc(100% - 160px), var(--be-container));
        padding-inline: 0 !important;
    }
}


@media (max-width: 1200px) and (min-width: 1025px) {
    .onze-eigen-locaties .be-container {
        width: min(calc(100% - 120px), var(--be-container));
        padding-inline: 0 !important;
    }
}


@media (max-width: 1024px) and (min-width: 768px) {
    .onze-eigen-locaties .be-container {
        width: min(calc(100% - 80px), var(--be-container));
        padding-inline: 0 !important;
    }
}


@media (max-width: 767px) {
    .onze-eigen-locaties .be-container {
        width: min(calc(100% - 40px), var(--be-container));
        padding-inline: 0 !important;
    }
}

/* For responsive css end*/
