.hero-banner {
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  color: white;
  text-align: center;
}

.hero-buttons .btn {
  display: inline-block;
  margin: 10px;
  padding: 12px 24px;
  background-color: #0073aa;
  color: white;
  text-decoration: none;
  border-radius: 4px;
}

.hero-buttons .btn-secondary {
  background-color: #444;
}
.ev-demo-footer {
  padding: 24px 16px;
  background: transparent;
}

.ev-demo-footer-inner {
  text-align: center;
  font-size: 14px;
  color: #64748b;
}

.ev-demo-footer-site {
  margin: 0 0 6px 0;
}

.ev-demo-footer-site a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
}

.ev-demo-footer-site a:hover {
  text-decoration: underline;
}

.ev-demo-footer-copy {
  margin: 0;
}
