.hero-content--v1-0 {
  --hero-content-v1-0-padding: 2.5em 0;
  --hero-content-v1-0-padding-lg: 4em 0;
}

@media (min-width: 992px) {
  .hero-content--v1-0 {
    min-height: 400px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 992px) {
  .hero-content--v1-0 .hero-content__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    gap: 6.6em;
  }
}

@media (min-width: 992px) {
  .hero-content--v1-0 .hero-content__group--one {
    max-width: 780px;
  }
  .node--type-news .hero-content--v1-0 .hero-content__group--one,
  .node--type-articlee .hero-content--v1-0 .hero-content__group--one,
  .node--type-event .hero-content--v1-0 .hero-content__group--one {
    --hero-content-title-font-size-lg: 2.9em;
    max-width: 100%;
  }
}

@media (min-width: 0) and (max-width: 991px) {
  .hero-content--v1-0 .hero-content__group--two {
    display: none;
  }
}

@media (min-width: 992px) {
  .hero-content--v1-0 .hero-content__group--two {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
  }
}

.hero-content--v1-0 .hero-content__links {
  max-width: 26.7em;
}

/*# sourceMappingURL=../../maps/organisms/hero-content/hero-content--v1-0.css.map */
