.orange-book {
  width: 100%;
  height: 100vh;
}

.orange-book iframe {
  width: 100%;
  height: 100%;
}

.orange-book-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: auto;
  padding: 0 4rem;
}

.orange-book-container {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 989px) {
  .orange-book-text-wrapper {
    max-width: var(--width-md);
  }
}

.block-wrapper {
  height: 100%;
}
