p {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  width: 100%;
}

/* .section-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
} */

/* .section-content {
  padding: 32px 0px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom: 2px solid var(--color-black, #000);
} */

aside {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 16px;
}

.section-video {
  width: 100%;
  max-width: 1080px;
  height: auto;
  display: block;
  border-radius: 8px;
}

.poster-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.poster-wrapper img {
  display: block;
  width: 100%;
  max-width: 40rem;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

/* .section-content > article {
  width: 100%;
  max-width: 60rem;
} */




@media screen and (min-width: 768px) {
  /* .section-content {
    flex-direction: row;
    justify-content: space-between;
  }

  .section-content > aside {
    max-width: 400px;
  }

  .section-content > article {
    max-width: 60%;
  }

  .section-content > article > p {
    max-width: 50rem;
  } */
}
