.hero-section {
  position: relative;
  height: 90vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-image 1s ease-in-out;
}

.hero-content {
  color: white;
  text-align: center;
  z-index: 1;
}

.cta-button {
  margin-top: 20px;
  padding: 15px 30px;
  background-color: #00bfa5;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  text-decoration: none;
}

.banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
  position: relative;
}


.consent .jet-form-builder__field-wrap.checkradio-wrap span {
  display: flex !important;
  align-items: start !important;
  gap: 8px;
}