.back-btn {
  color: #000;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 139.3%;
  text-decoration: none;
  margin-bottom: 50px;
}

.film-rules {
  background-color: #EDEDE2;
  padding: 8%;
}
.film-rules-img {
  margin: auto;
  padding-bottom: 8%;
}
.film-rules-paragraph {
  color: black;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5%;
}
.film-rules-paragraph span {
  font-weight: bold;
}
.film-rules .end-paragraph-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.film-rules .end-paragraph-div .about {
  color: black;
  font-size: 22px;
  font-weight: 400;
}
.film-rules .end-paragraph-div .info-btn {
  padding: 10px 25px;
  background-color: transparent;
  color: black;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  height: 55px;
  border: 1px #000 solid;
  display: flex;
  align-items: center;
  gap: 5px;
}
.film-rules .end-paragraph-div .next-btn {
  padding: 10px 25px;
  background-color: black;
  color: white;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  height: 55px;
}

.real-film-rules-paragraph {
  color: black;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 5%;
}
.real-film-rules-paragraph span {
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  .film-rules-img {
    width: 100%;
  }
  .film-rules-paragraph {
    color: black;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5%;
  }
  .film-rules .end-paragraph-div .about {
    color: black;
    font-size: 16px;
    font-weight: 400;
  }
  .film-rules .end-paragraph-div {
    display: grid;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
  }
  .film-rules .end-paragraph-div a {
    padding: 16px 20px;
    background-color: black;
    color: white;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    height: 55px;
  }
}
@media screen and (max-width: 850px) {
  .film-rules .end-paragraph-div .about {
    color: black;
    font-size: 16px;
    font-weight: 400;
  }
  .film-rules .end-paragraph-div a {
    padding: 16px 20px;
    background-color: black;
    color: white;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    height: 55px;
  }
}/*# sourceMappingURL=filmRules.css.map */