/*================ OVER ONS ================*/
.over-ons-container {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
  padding: 50px 0;
  max-width: 1440px;
  border-radius: 8px;
  margin: 40px auto;
}

.over-ons-tekst {
  flex: 1 1 400px;
  max-width: 600px;
  text-align: left;
}

.over-ons-tekst h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.over-ons-tekst p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.over-ons-beeld {
  flex: 1 1 400px;
  max-width: 500px;
  margin-left: 80px;
}

.over-ons-beeld img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.8);
}

.over-ons-beeld ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 20px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .over-ons-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .over-ons-beeld {
    margin-left: 0;
  }
  .over-ons-beeld ul {
    text-align: left;
  }
}

/*================ WERKWIJZE ================*/
.werkwijze-container {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  max-width: 1440px;
  margin: 50px auto;
  border-radius: 8px;
}

.werkwijze-tekst {
  flex: 1 1 400px;
  max-width: 600px;
  margin-bottom: 50px;
}

.werkwijze-tekst h2 {
  font-size: 40px;
  text-align: left;
  margin-bottom: 50px;
}

.werkwijze-tekst p {
  line-height: 1.5;
  margin-bottom: 6px;
  font-size: 18px;
}

.werkwijze-beeld {
  flex: 1 1 400px;
  max-width: 500px;
  max-height: 500px;
  margin-top: 40px;
  margin-right: 80px;
}

.werkwijze-beeld img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px) {
  .werkwijze-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .werkwijze-beeld {
    margin-top: 200px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .werkwijze-beeld img {
    height: auto;
    max-height: none;
  }
  .werkwijze-tekst {
    text-align: left;
	margin-top: -180px;
  }
}

/*================ WAAROM ================*/
.waarom-container {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 0;
  max-width: 1440px;
  border-radius: 8px;
  margin: 40px auto;
}

.waarom-beeld {
  flex: 1 1 400px;
  max-width: 500px;
  margin-right: 80px;
}

.waarom-beeld img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.8);
}

.waarom-tekst {
  flex: 1 1 400px;
  max-width: 600px;
}

.waarom-tekst h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.waarom-tekst p {
  line-height: 1.6;
  margin-bottom: 16px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .waarom-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .waarom-beeld {
    margin-right: 0;
  }
}

/*================ PROCES ================*/
.proces-container {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: flex-start;
  justify-content: center;
  padding: 100px 0;
  max-width: 1440px;
  border-radius: 8px;
  margin: 0 auto;
}

.proces-tekst {
  flex: 1 1 400px;
  max-width: 600px;
}

.proces-tekst h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.proces-tekst p {
  line-height: 1.6;
  margin-bottom: 16px;
  font-size: 18px;
}

.proces-beeld {
  flex: 1 1 400px;
  max-width: 500px;
  margin-left: 80px;
  margin-top: 20px;
}

.proces-beeld img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px) {
  .proces-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .proces-beeld {
    margin: 0;
  }
  .proces-beeld img {
    width: 100%;
    height: auto;
    max-height: none;
  }
  .proces-tekst {
    text-align: center;
  }
}
