.locatie {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.locatie-container {
  background-color: #f3f1e8;
  color: #131313;
  padding: 7% 10%;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.locatie-container .locatie-img {
  display: none;
}

.locatie-container .locatie-icon {
  width: clamp(1.5rem, 2.5vw, 2.375rem);
  margin-right: 10px;
}

.locatie-text h2 {
  display: flex;
  align-items: end;
}

.locatie-text h2 img {
  display: block;
}

.locatie-link {
  display: flex;
  justify-content: end;
}

.locatie-link a {
  display: inline-block;
  background: #ff16b5;
  color: white;
  font-weight: bold;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  margin-top: 18px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.locatie-link a:hover {
  background-color: #8b1c65;
}

@media screen and (min-width: 1024px) {
  .locatie-container .locatie-img {
    display: block;
  }
  .locatie-text h2 img {
    display: none;
  }

  .locatie-container {
    flex-direction: row;
    gap: 6rem;
    padding: 35px 60px;
  }
}

.parkeer-locatie {
  font-weight: bold;
  text-wrap: nowrap;
}
