.paragraph--type--news-release-hero .hero-text-container {
  position: relative;
  text-align: center;
  color: white;
  /* height:320px; */
  /*width: 100vw;*/
  /*margin-left: -50.5vw;*/
  /*left: 50%;*/
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 2em;
  background-size: cover !important;
  background-position: center;
  /* transform: scaleX(-1); */
}

.paragraph--type--news-release-hero .img {
  background-image: linear-gradient(rgb(0, 48, 135, 1));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.paragraph--type--news-release-hero .hero-text-textelements {
  /* transform: scaleX(-1); */
  display: flex;
  align-items: left;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  text-align: left;
  min-height: 320px;
  align-items: left;
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 64px;
  position: absolute;
}

.paragraph--type--news-release-hero .hero-text-title {
  color: #FFFFFF;
  /*font-size: 44px;*/
  /*font-weight: 800;*/
  letter-spacing: 0;
  /*line-height: 48px;*/
  margin-bottom: 32px;
  /* margin-left: 16px; */
  /*width: 976px;*/
}

.paragraph--type--news-release-hero .hero-text-textelements .breadcrumb {
  background: transparent;
  margin-bottom: 32px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-left: 16px;
}

.hero-text-textelements .breadcrumb li a {
  color: #FFFFFF;
}

.hero-text-textelements .breadcrumb-item+.breadcrumb-item::before {
  color: #FFFFFF;
  content: ">";
  padding-left: 0;
}

.hero-text-textelements .breadcrumb-item.active {
  color: #FFFFFF;
  padding: 0;
}

/* // Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
  .paragraph--type--news-release-hero .hero-text-title {
    font-size: 32px;
    font-weight: 800;
    height: 180px;
    width: 327px;
  }
}


/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

  .paragraph--type--news-release-hero .hero-text-container {
    /* min-height: 380px; */
  }

  .paragraph--type--news-release-hero .hero-text-textelements {
    padding: 0 24px;
    padding-top: 16px;
    height: auto !important;
  }

  .paragraph--type--news-release-hero .hero-text-textelements .breadcrumb {
    margin-bottom: 32px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
  }

  .paragraph--type--news-release-hero .hero-text-title {
    padding: 0 24px;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 16px;

  }
}

@media (max-width: 850px) and (min-width: 600px) {
  .paragraph--type--news-release-hero .hero-text-title {
    font-size: 32px;
    font-weight: 800;
    height: 114px;
    width: 513px;
  }
}


.field--name-field-news-release-image {
  position: relative;
  margin-right: unset !important;
}

.field--name-field-news-release-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgb(0, 48, 135, 1), rgb(0, 48, 135, 0.3));
  z-index: 0;
}

.field--name-field-news-release-image img {
  position: relative;
  z-index: -1;
  height: revert-layer;
  object-fit: cover;
}