.poster__text p {
  padding: 1rem;
  text-align: center;
  max-width: 240px;
  font-size: var(--heading-size-xl);
  font-weight: 400;
  line-height: 150%;
  font-family: "Source Serif 4";
  margin: 0;
}



@media all and (min-width: 750px) {
  .poster .poster__text p {
    max-width: 292px;
  }

  .grid-row--12 .poster__text p {
    max-width: 100%;
  }
}
