.coloring-book {
  margin-top: 70px;
}
.coloring-book__title {
  font-size: 2.6rem;
  line-height: 1.3076923077;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .coloring-book__title {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
.coloring-book__text {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .coloring-book__text {
    margin-top: 20px;
    text-align: left;
  }
}
.coloring-book__btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .coloring-book__btn {
    margin-top: 30px;
  }
}
.coloring-book__img {
  margin-top: 50px;
  margin-inline: auto;
  width: 672px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .coloring-book__img {
    margin-top: 40px;
  }
}/*# sourceMappingURL=coloring-book.css.map */