.news {
  & .news__header {
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
    background-image: url("/wp-content/themes/hijump/assets/imgs/svg/reversed-triangles.svg");
    background-size: 245px 130px !important;
    background-repeat: no-repeat !important;
    background-position: 0% 0% !important;
    padding: 40px var(--wp--preset--spacing--40) 0
      var(--wp--preset--spacing--40);
    margin-bottom: 150px;

    @media (min-width: 1024px) {
      background-size: 400px 210px !important;
      padding: 60px var(--wp--preset--spacing--40) 20px
        var(--wp--preset--spacing--40);
        margin-bottom: 180px;
    }

    & .news__header-content {
      position: relative;

      @media (min-width: 1024px) {
        max-width: var(--wp--style--global--wide-size);
        margin-left: auto;
        margin-right: auto;
        min-height: 265px;
      }
    }

    & .news__back-to-archive {
      display: block;
      margin-bottom: 24px;
      color: var(--wp--preset--color--white);
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;

      @media (min-width: 1024px) {
        width: 45%;
        max-width: 460px;
      }

      &:hover {
        curosr: pointer;

        a {
          text-decoration: underline;
        }
      }

      a {
        display: block;
        position: relative;
        padding-left: 36px;
        color: var(--wp--preset--color--white);
        text-decoration: none;

        &::before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 24px;
          height: 24px;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 6L9 12L15 18' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
          background-size: 24px 24px;
          background-repeat: no-repeat;
          background-position: center;
        }
      }
    }
    & .news__title {
      background: transparent;
      color: var(--wp--preset--color--white);
      margin-bottom: 24px;
      font-size: 34px;
      font-weight: 700;
      line-height: 40px;
      text-transform: uppercase;

      @media (min-width: 1024px) {
        font-size: 38px;
        font-weight: 700;
        line-height: 48px;
        width: 45%;
        max-width: 460px;
      }
    }

    & .news__excerpt {
      color: var(--wp--preset--color--white);
      margin-bottom: 24px;
      font-size: 14px;
      font-weight: 400;
      line-height: 17.6px;

      @media (min-width: 1024px) {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        width: 45%;
        max-width: 460px;
      }
    }

    & .news__featured-image {
      border-radius: 12px;
      overflow: hidden;
      width: 100%;
      height: 360px;
      margin-bottom: -70px;

      & img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      @media (min-width: 768px) and (max-width: 1023px) {
        height: 480px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
      }

      @media (min-width: 1024px) {
        position: absolute;
        right: 0;
        top: 0;
        height: 382px;
        width: 48%;
        max-width: 560px;
      }
    }
  }

  & .news__content {
    margin-bottom: 40px;

    @media (min-width: 1024px) {
      margin-bottom: 80px;

    }
  }
}
