.cpap__quiz-landing-page-hero-banner {
  position: relative;
  min-height: 600px;
  display: flex;
  justify-content: center;
  padding: 200px 0 64px 0;
  align-items: flex-end;
  margin-top: -80px;

  @media (max-width: 768px) {
    min-height: 700px;
    padding: 200px 0 28px 0;
  }

  @media (max-width: 990px) {
    margin-top: -72px;
  }

  .cpap__quiz-landing-page-hero-banner__background-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    &:before {
      content: '';
      width: 229px;
      height: 229px;
      background-image: url('./Rings-4.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      position: absolute;
      top: 100px;
      left: 50.7%;
      transform: translate(-50%, 0);
      z-index: 1;
      @media (max-width: 768px) {
        top: 109px;
        left: 54.4%;
      }
    }
  }

  .cpap__quiz-landing-page-hero-banner__breadcrumbs {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 3;
    width: 100%;

    @media (max-width: 768px) {
      top: 88px;
    }

    a,
    span {
      color: var(--cpap-primary-white);
    }

    a {
      &:before {
        color: var(--cpap-primary-white);
      }
      &:hover {
        @media (min-width: 768.5px) {
          color: rgba(255, 255, 255, 0.7);
        }
      }
      &:active {
        color: rgba(255, 255, 255, 0.7);
      }
    }
  }

  .cpap__quiz-landing-page-hero-banner__container {
    position: relative;
    z-index: 2;
  }

  .cpap__quiz-landing-page-hero-banner__content {
    max-width: 648px;
    margin: 0 auto;
    color: var(--cpap-primary-white);
    text-align: center;
  }

  .cpap__quiz-landing-page-hero-banner__header {
    color: var(--cpap-primary-white);
    margin-bottom: 15px;
    @media (max-width: 768px) {
      margin-bottom: 16px;
    }
  }

  .cpap__quiz-landing-page-hero-banner__body {
    font: 500 var(--cpap-typography-font-lg);
    max-width: 719px;
    margin: 0 auto;
    color: inherit;
    margin-bottom: 0px;
  }
}
