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

.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;
}

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