#db-home .home-hero {
  clear: both;
  box-sizing: border-box;
  margin: 8px 0 10px;
  padding: 22px 28px 24px;
  background: linear-gradient(135deg, #fff, #f7faf3);
  border: 1px solid #e4ebdd;
  border-left: 6px solid #73b110;
  border-radius: 8px;
}

#db-home .home-kicker {
  margin: 0 0 5px;
  padding: 0;
  color: #527f16;
  font-size: 105%;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#db-home .home-hero h1 {
  margin: 0;
  padding: 0;
  color: #2f3b2b;
  font-size: 260%;
  line-height: 1.15;
}

#db-home .home-lead {
  max-width: 720px;
  margin: 9px 0 0;
  padding: 0;
  color: #4f584b;
  font-size: 135%;
  line-height: 1.45;
}

#db-home .home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

#db-home .home-button {
  display: inline-block;
  box-sizing: border-box;
  padding: 9px 15px;
  border: 1px solid #629b0e;
  border-radius: 4px;
  font-size: 115%;
  font-weight: 700;
  text-decoration: none;
}

#db-home .home-button-primary {
  width: 210px;
  background-color: #73b110;
  border-color: #73b110;
  color: #17200f;
  text-align: center;
}

#db-home .home-button-secondary {
  background-color: #fff;
  color: #456f12;
}

#db-home .home-button:hover,
#db-home .home-button:focus-visible {
  text-decoration: none;
}

#db-home .home-button-primary:hover,
#db-home .home-button-primary:focus-visible {
  background-color: #67a20e;
  border-color: #67a20e;
  color: #11190b;
}

#db-home .home-button-secondary:hover,
#db-home .home-button-secondary:focus-visible {
  background-color: #f5faef;
  color: #365c0d;
}

@media (max-width: 999px) {
  #db-home .home-kicker {
    font-size: 85%;
  }

  #db-home .home-hero h1 {
    font-size: 210%;
  }

  #db-home .home-lead {
    font-size: 108%;
  }

  #db-home .home-button {
    font-size: 95%;
  }
}

@media (max-width: 767px) {
  #db-home .home-hero {
    margin-top: 8px;
    padding: 18px 17px 20px;
  }

  #db-home .home-hero h1 {
    font-size: 195%;
  }

  #db-home .home-lead {
    font-size: 110%;
  }

  #db-home .home-actions {
    display: block;
  }

  #db-home .home-button {
    display: block;
    width: 100%;
    min-height: 44px;
    margin-top: 8px;
    text-align: center;
  }
}
