.bg-orange {
  background-color: #caa154;
}

body {
  background: linear-gradient(180deg, hsl(33, 75%, 78%), #e68831);
  font-family: "Helvetica Neue", sans-serif;
}

.hero {
  border-radius: 1.5rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.section-card {
  background:  hsl(31.35deg 75.51% 71.18%);
  border: none;
  border-radius: 1.25rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.section-title {
  font-weight: 700;
  letter-spacing: -0.5px;
}

.badge-soft {
  
  color: #9a3412;
  font-weight: 500;
  font-size: 1.25rem;
  padding: 0.35em 0.75em;
  border-radius: 0.5rem;
}
