<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.about__wrapper {
  display: block;
}

.aboutMovie:last-of-type {
  margin-top: 8px;
}

.about__text {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 960px) {
  .about__wrapper {
    margin: 0 0 48px 0;
  }

  .aboutMovies {
    display: flex;
    justify-content: center;
    column-gap: 60px;
    margin-bottom: 64px;
  }

  .aboutMovie {
    width: min(calc((500 / 1200) * 100vw), 500px);
    height: min(calc((280 / 1200) * 100vw), 280px);
    margin: 0;
  }

  .aboutMovie:last-of-type {
    margin-top: 0;
  }
}
</pre></body></html>