.locatie h1 {
  font-size: 2.2rem;
  margin-bottom: 30px;
}

.locatie-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.locatie-text {
  flex: 1;
  min-width: 280px;
}

.locatie-text h2 {
  font-size: 1.1rem;
  color: #f86e6e;
  margin-bottom: 6px;
}

.locatie-text h3 {
  margin-top: 24px;
  color: #f86e6e;
  font-size: 1rem;
}

.locatie-text p {
  font-size: 16px;
  margin-bottom: 12px;
  color: #222;
  line-height: 1.6;
}

.locatie-map {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}
