.movie-text {
  background: var(--1, linear-gradient(180deg, #FFEEDA 0%, #FFF8F0 18.75%));
  padding: 40px 15px;
}

.movie-text h2 {
  color: #4A2020;
  text-align: center;
  margin-bottom: 30px;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.movie-text h2::after {
  content: "";
  display: block;
  width: 70px;
  margin: 15px auto;
  border-bottom: solid 1px #C35200;
}

.movie-text__text-wrap {
  width: 100%;
  max-width: 345px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 15px;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.05);
}

.movie-text__text-wrap__scene {
  margin-bottom: 40px;
}

.movie-text__text-wrap__scene:nth-of-type(6) {
  margin-bottom: 0;
}

.movie-text__text-wrap__scene p {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.movie-text__text-wrap__scene p span {
  padding-left: 3em;
}

.movie-text button {
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
  padding: 20px 25px;
  border-radius: 75px;
  background-color: #4A2020;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  margin-top: 30px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.movie-text button img {
  position: absolute;
  left: 25px;
  top: 23px;
  width: 18px;
  height: auto;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.footer {
  margin-top: 0px !important;
}

@media screen and (min-width: 801px) {
  .movie-text {
    padding: 60px 0;
  }

  .movie-text h2 {
    margin-bottom: 39px;
    font-size: 28px;
  }

  .movie-text h2::after {
    width: 100px;
  }

  .movie-text__text-wrap {
    max-width: 992px;
    padding: 40px;
    border-radius: 10px;
  }

  .movie-text__text-wrap__scene p {
    font-size: 16px;
    line-height: 170%;
  }
}