/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
section.intro {
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  section.intro {
    padding-bottom: 450px;
  }
}
section.intro picture {
  position: absolute;
  width: 350px;
  top: 0;
  left: 66%;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  section.intro picture {
    top: auto;
    bottom: -425px;
    left: 50%;
    transform: translateX(-50%);
  }
}
section.intro picture img {
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  section.intro picture img {
    max-height: 400px;
  }
}
section.intro h5 {
  margin-bottom: 8px;
}
section.intro .c_download_link {
  margin-top: 24px;
}

section.book_authors {
  /*  */
}
section.book_authors .author {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  section.book_authors .author {
    flex-direction: column;
    gap: 16px;
  }
}
section.book_authors .author__description {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
section.book_authors .author__picture {
  flex-shrink: 0;
}
section.book_authors .author__picture img {
  width: 384px;
  height: 220px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
section.book_authors .author__name {
  margin-bottom: 0;
}
section.book_authors .author__quote {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='24' viewBox='0 0 32 24' fill='none'%3E%3Cpath d='M0 9.14284C0 4.40713 3.83571 0.571411 8.57143 0.571411L9.14286 0.571411C10.4071 0.571411 11.4286 1.59284 11.4286 2.85713C11.4286 4.12141 10.4071 5.14284 9.14286 5.14284H8.57143C6.36429 5.14284 4.57143 6.9357 4.57143 9.14284V9.71427L9.14286 9.71427C11.6643 9.71427 13.7143 11.7643 13.7143 14.2857V18.8571C13.7143 21.3786 11.6643 23.4286 9.14286 23.4286H4.57143C2.05 23.4286 0 21.3786 0 18.8571L0 16.5714L0 14.2857L0 9.14284ZM18.2857 9.14284C18.2857 4.40713 22.1214 0.571411 26.8571 0.571411H27.4286C28.6929 0.571411 29.7143 1.59284 29.7143 2.85713C29.7143 4.12141 28.6929 5.14284 27.4286 5.14284H26.8571C24.65 5.14284 22.8571 6.9357 22.8571 9.14284V9.71427H27.4286C29.95 9.71427 32 11.7643 32 14.2857V18.8571C32 21.3786 29.95 23.4286 27.4286 23.4286H22.8571C20.3357 23.4286 18.2857 21.3786 18.2857 18.8571V16.5714L18.2857 14.2857V9.14284Z' fill='%230ABB86'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto;
  font-style: italic;
  padding-top: 36px;
  margin-top: 12px;
}
section.book_authors .authors {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  section.book_authors .authors {
    gap: 24px;
  }
}