@media (min-width: 992px) {
  .section-header-gradient__wrapper {
    max-height: unset;
  }
}

@media (min-width: 992px) {
  .section-header-gradient__header {
    height: 320px;
    padding-left: 140px;
    padding-right: 140px;
  }
}

@media (min-width: 992px) {
  .section-header-gradient__breadcrumbs {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .section-header-gradient__title {
    margin: 0 0 32px 0;
  }
}

@media (min-width: 992px) {
  .section-header-gradient__excerpt {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}

@media (min-width: 992px) {
  .section-header-gradient__button {
    margin-top: 32px;
  }
}