.news__hero {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}


@media screen and (max-width: 999px) {
  .image-style-hero-news {
    display: block;
    transform: translateX(8%) translateY(0%);
    width: 115%;
    border-bottom-left-radius: 122px;
    overflow: hidden;
  }

}

@media screen and (min-width: 999px) {
  .news__hero {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }


}



.news_hero-content {
  line-height: normal;
}


.news_hero-content > p{
  color: #003838;
  font-family: var(--font-bstone);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

.news_hero-content > h1{
  color: var(--color-primary--1);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
}

@media screen and (min-width: 999px) {
  .news_hero-illustration {
    position: relative;
    display: flex;
    flex-direction: row;
    border-bottom-left-radius: 116px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    transform: translateX(11%) translateY(-25%);
    min-height: auto;
  }
  .news_hero-illustration > img{
    min-width: 830px;
    height: 600px;
  }
}



@media screen and (min-width: 999px) {
  .news__hero {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .news_hero-content {
    max-width: 580px;
    padding-bottom: 20%;
  }

}

@media screen and (min-width: 999px) {
  .section-decoration--illu1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-60%) translateY(50%);
    width: 600px;
    height: 400px;
    z-index: 0;
    background-image: url(../../images/illustrations/illu1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }
}


.more__text {
  color: var(--color-primary--1);
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 37.8px */
}

.new__date {
  color: var(--color-neutral--2);
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  border-radius: 5px;
  margin: 0;
  border: 1px solid #D9DBDD;
  max-width: fit-content;
  text-transform: capitalize;

}


.new__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
