body {
  background: #fffaf0;
}

.hero {
  min-height: 420px;
  background: linear-gradient(135deg, #5c4033, #d68a2f);
}

.card {
  border: 0;
  border-radius: 1rem;
}

.card h3,
.card h4 {
  color: #7a4a00;
}

footer {
  margin-top: 60px;
}
