.pxblock--nexus-news-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 573px;
  background-size: cover;
  background-repeat: no-repeat;
}

.nexus-news-hero__wave-top {
  position: absolute;
  bottom: -240px;
  z-index: 0;
  left: 0;
  width: 100%;
  height: 322px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.nexus-news-hero__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 58, 112, 0.45);
}

.nexus-news-hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2rem;
  top: -90px;
}

.nexus-news-hero__title {
  color: #fff;
  font-size: 80px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
}

.nexus-news-hero__title span {
  font-weight: 600;
}

@media screen and (max-width: 1160px) {
  .nexus-news-hero__title {
    font-size: 64px;
  }
}

@media screen and (max-width: 960px) {
  .pxblock--nexus-news-hero {
    padding-top: 200px;
    min-height: 600px;
    flex-direction: column;
    gap: 0;
    padding-bottom: 100px;
  }

  .nexus-news-hero__content {
    padding: 0;
  }

  .nexus-news-hero__title {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .nexus-news-hero__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .nexus-news-hero__title {
    font-size: 34px;
  }
}
