.envu-horizon-banner {
  background: #7E58AE;
  bottom: -2.5em;
  left: 0;
  right: 0;
  width: 100%;
  color: #ffffff;
  padding-top: 0.25em !important;
  padding-bottom: 0.25em !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: -2;
}

.envu-horizon-banner h2 {
  margin: 0;
}

.envu-horizon-banner--actions {
  display: flex;
  gap: 1em;
}

.envu-horizon-banner--actions .btn {
  padding: 0.3em 0.75em;
}

.envu-horizon-banner--actions .btn--white {
  color: #7E58AE;
}

.header + div {
  margin-top: 30px !important;
}

@media (max-width: 991px) {
  .header + div {
    margin-top: 40px !important;
  }
}

@media (max-width: 641px) {
  .envu-horizon-banner {
    flex-direction: column;
    gap: 5px;
    padding-top: 0;
    bottom: -5em;
  }

  .header + div {
    margin-top: 80px !important;
  }
}
