body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #333;
  line-height: 1.6;
}

header {
  background: url('images/hero-image.jpg') no-repeat center center/cover;
  height: 685px;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
}

header h1 {
  font-size: 5rem;
  font-weight: bold;
  text-shadow: 1px 1px #ffffff;
  margin: 0;
}

header p {
  font-size: 1.7rem;
  margin-top: 0px;
}

section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
}

.section-img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}

h2 {
  margin-top: 5;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 0px;
}
h3 {
  margin-top: 5;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0px;
}
    .sections-container {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 10px 20px;
      max-width: 1200px;
      margin: auto;
    }
    .section-column {
      flex: 1;
      margin: 0px;
      min-width: 300px;
    }
    .section-img {
      width: 100%;
      max-height: 300px;
      object-fit: cover;
      border-radius: 10px;
      margin-bottom: 20px;
    }