.home-top-head {
  background: linear-gradient(to bottom, var(--primary), var(--white));
  background-image: url(/assets/images/hero-bg.png);
  background-size: cover;
  background-position: bottom center;
}

.bg-voucher {
  background: linear-gradient(180deg, #eeecfb 0%, rgba(238, 236, 251, 0.2) 100%);
}