/*--------------------------------------------------------------
# Lease
--------------------------------------------------------------*/
#hero {
  width: 100%;
  background: url("/assets/images/lease/hero.jpg") top center no-repeat fixed;
  background-size: cover;
  height: 40vh;
  min-height: 230px;
  clip-path: url(#wavy-clip-path);
}
@media (hover: none) {
   #hero {
     background-attachment: initial;
   }
}
.accordion {
  --bs-accordion-btn-bg: #ffc451;
  --bs-accordion-btn-color: #444444;
  --bs-accordion-active-bg: #ffd584;
  --bs-accordion-active-color: #444444;
}
.accordion h2 {
  font-weight: 700;
  font-size: 18px;
  color: #151515;
}
.accordion i.bi {
  font-size: 24px;
  float: left;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

