.next-dc-content-hub-banner {
  .content-hub-banner {
    padding: 0 !important;
    img{
      object-position: 50% 19%;
      aspect-ratio: 5 / 1;
      @media (max-width: 1024px) {
        aspect-ratio: 2 / 1;
        object-position: center;
      }
    }
  }

  .content-hub-banner .content_hub_banner_image {
    height: 100%;
  }

  .content-hub-banner .content_hub_banner_image .content_hub_banner_image_grad{
    background: unset;
  }

  .content-hub-banner{
    margin-top: unset !important;
  }

  .content-hub-banner h1 {
    font-size: 40px;
    text-transform: uppercase;
    padding: 20px;
    background: #201850;
    bottom: 20px;
    left: 20px;
    line-height: 100%;
    font-family: Jost, sans-serif;

    @media screen and (min-width: 992px) {
      font-weight: 700;
      font-size: 80px;
      bottom: 40px;
      left: 40px;
    }
  }
}