.book {
  min-height: 50vh;
  padding: 60px 0 160px 0;
}
.book__content {
  display: flex;
  justify-content: space-between;
}
.book__title {
  font-family: "ABC Diatype Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
}
.book__right {
  display: flex;
  flex-flow: column;
  gap: 48px;
  max-width: 724px;
  width: 100%;
}
.book__text span {
  font-family: "ABC Diatype Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #818181;
  transition: 0.3s ease;
}
.book__text span.active {
  color: #000;
}

@media (max-width: 1279px) {
  .book {
    padding: 64px 0 160px 0;
  }
  .book__content {
    flex-flow: column;
    gap: 60px;
  }
  .book__right {
    gap: 40px;
  }
  .book__text {
    font-family: "ABC Diatype Variable Unlicensed Trial";
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
  }
} /*# sourceMappingURL=style.css.map */
