body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
}


.section {
  padding: 60px 20px;
  background-color: #f9f9f9;
}

.container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
}

.container.reverse {
  flex-direction: row-reverse;
}

.text-content {
  flex: 1 1 500px;
}

.image-content {
  flex: 1 1 400px;
  text-align: center;
}

.image-content img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.highlight {
  background: #ffecb3;
  padding: 60px 20px;
  text-align: center;
}

.highlight h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.footer-image {
  text-align: center;
  margin-top: 40px;
}

.footer-image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
