.movietextBox.center {
  margin-top: 81px;
  gap: 40px;
}
.movietextBox.center > * {
  border-radius: 5px;
  width: 200px;
  align-self: stretch;
  min-height: 400px;
  flex: auto;
}
.movietextBox.center .movie {
  width: 440px;
}
.movietextBox.center .movie iframe {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.movietextBox.center .text {
  border-radius: 5px;
  padding: 30px;
  align-items: center;
  border: 1px solid var(--lllgrey);
  align-self: stretch;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  display: flex;
}
.movietextBox.center .text .intro {
  font-size: 18px;
  color: var(--main-color);
  font-weight: 400;
  margin-top: 0;
}
.movietextBox.center .text h3 {
  font-size: 29px;
  color: var(--dark-text);
  font-weight: 800;
  line-height: 1.4em;
  margin-top: 3px;
  margin-bottom: 33px;
  width: 90%;
}
.movietextBox.center .text p {
  font-size: 16px;
  width: 85%;
  color: var(--sdark-text);
  line-height: 1.7;
}
.movietextBox.center .text p + p {
  margin-top: 1em;
}
body.dark .movietextBox.center .text p {
  color: var(--lddark-text);
}

@media (max-width: 578px) {
  .movietextBox.center .text p {
    width: 100%;
  }
}
/*# sourceMappingURL=mod_movietext.css.map */