.component-title-cta-images-and-caption__banner-subfooter {
  .component-wrapper-picture--picture-image {
    height: 25.4375rem;
  }
  .page-home--topic-image-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) -33.01%, #1d1d1b 122.63%);
  }
  .component-title-cta-images-and-caption__banner-subfooter--text-content-wrapper {
    padding-top: 1.94rem;
    padding-bottom: 3rem;
    height: 25.4375rem;
  }
  .component-title-cta-images-and-caption__banner-subfooter--description {
    h3 {
      max-width: 21.3125rem;
      font-size: 2rem;
      margin-right: 0;
      margin-left: auto;
    }
    p {
      max-width: 35.375rem;
      color: var(--white);
      text-align: right;
      font-family: var(--font-family);
      font-size: 1rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.5625rem; /* 156.25% */
      margin-top: 0.875rem;
      margin-right: 0;
      margin-left: auto;
    }
  }

  .component-cta {
    padding: 0.9375rem 1.125rem;
    width: 9rem;
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 48rem /* 768px */) {
  .component-title-cta-images-and-caption__banner-subfooter {
    .page-range-conseil--topic-image-text {
      width: 100%;
    }
    .component-wrapper-picture--picture-image {
      height: 33.3125rem;
      width: 100vw;
      object-fit: cover;
    }
    .component-title-cta-images-and-caption__banner-subfooter--text-content-wrapper {
      padding-top: 5.25rem;
      padding-bottom: 5.13rem;
      height: 33.3125rem;
    }

    .component-title-cta-images-and-caption__banner-subfooter--description {
      h3 {
        max-width: 49.875rem;
        font-size: 3.75rem;
        line-height: 4.2875rem; /* 114.333% */
      }
      br {
        display: block;
      }
      p {
        font-size: 1.25rem;
        line-height: 1.5625rem; /* 125% */
      }
    }
    .component-cta {
      width: auto;
      padding: 0.9375rem 3.125rem;
    }
  }
}
