body {
  font-family: Merriweather, serif;
  color: #333;
  line-height: 1.6;
}

.hero {
  background-color: #8C7853;
  color: white;
  padding: 4rem 2rem;
  text-align: center;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.cta-button {
  display: inline-block;
  background-color: #D2B48C;
  color: white;
  padding: 0.8rem 1.5rem;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 4rem 2rem;
}

.feature {
  flex-basis: calc(33.333% - 2rem);
  text-align: center;
  margin-bottom: 2rem;
}

.feature img {
  width: 64px;
  height: 64px;
  margin-bottom: 1rem;
}

/* Add more styles for other sections... */