    #latest-news-target {
      position: sticky;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      top: 0;
      background-color: #01203a !important;
      /* z-index: 100000; */
      margin: -7.5rem 0 0 0;
      /*padding: 1rem 0 0 0;*/
    }
      .news-item{
        color: white ;
      }