.topic-image-text--home {
  margin: 4.375rem 0;
  display: flex;
  flex-direction: column-reverse;
  gap: 4rem;
  align-items: center;
  .topic-image-text--caption {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 700;
    margin: 0;
    max-width: 35.625rem;
  }
  .component-wrapper-video {
    width: 100%;
    max-width: 64rem;
    height: auto;
  }
}

@media (min-width: 80rem /* 1280px */) {
  .topic-image-text--home {
    margin: 7.5rem 0;
  }
}
