body {
  background: #fffaee;
}

#bookLanding {
  margin: auto;
  max-width: 1920px;
}

.bookMeta {
  padding: 10px;
  max-width: 1366px;
  margin: 60px auto;
  text-align: center;
}

.bookMeta h1 {
  margin: 10px auto;
  font-weight: 700;
  font-size: 4rem;
}

.bookMeta h2 {
  font-weight: 400;
  font-size: 2.6rem;
}

.bookMeta .author {
  margin: 20px;
  font-size: 1.8rem;
  font-weight: 700;
}

.bookHero .container {
  position: relative;
}

.bookHero .container::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 80%;
  z-index: -1;
  content: "";
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.bookHero img {
  width: 560px;
  -o-object-fit: contain;
  object-fit: contain;
}

.bookHero .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bookHero4 .title,
.bookHero .title {
  margin: 30px 5px;
  font-size: 2rem;
  font-weight: 700;
  color: #414141;
}

.bookHero .price {
  font-size: 3rem;
  font-weight: 700;
}

.bookHero .cta .button {
  display: inline-block;
  margin: 30px 15px 0 15px;
  padding: 16px 32px;
  font-size: 1.5rem;
  border-radius: 22px;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.cta.amazon img {
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.cta.amazon a {
  background: #fff;
  padding: 0 32px;
  display: inline-block;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.cta.amazon a:hover {
  border: 2px solid #fd9700;
}

.availableAlso {
  margin: 30px;
}

.availableAlso span {
  padding: 8px;
  display: block;
  font-size: 1.8rem;
  color: #777;
}

.availableAlso img {
  width: 120px;
  max-width: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}

.bookHero .cta,
.bookHero .cover,
.bookHero .desc {
  flex: 33%;
  text-align: center;
}

.bookHero .desc {
  padding: 20px;
  flex: 60%;
  text-align: left;
  line-height: 1.6;
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

.bookHero .desc p {
  margin: 20px auto;
}

@media only screen and (max-width: 2000px) {
  .bookHero .desc {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1500px) {
  .bookHero .desc {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .bookHero .container {
    flex-wrap: wrap;
  }
  .bookHero .desc {
    flex: auto;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .bookHero img {
    width: 100%;
  }
  .paper::before,
  .paper::after {
    display: none;
  }
}
@media only screen and (max-width: 860px) {
  .bookHero .divBlock.cta {
    flex: 100%;
  }
  .bookHero img {
    width: 60%;
  }
}
.bookHero2 h2,
.bookHero3 h2 {
  margin: 40px;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}

.bookHero2,
.bookHero3 {
  max-width: 1024px;
  padding: 20px;
  margin: auto;
  flex: 60%;
  text-align: left;
  line-height: 1.6;
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

.bookHero3 p,
.bookHero2 p {
  margin: 20px auto;
}

.bookHero3 .container {
  display: flex;
}

.bookHero3 .bio {
  flex: 100%;
}

.bookHero3 .author-photo {
  padding: 15px;
}

.bookHero3 .author-photo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border: 4px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
}

.bookHero4 {
  padding: 60px;
  margin: auto;
  text-align: center;
}

.features .in-book {
  display: flex;
  align-items: center;
}

.features .check {
  margin-right: 20px;
  width: 60px;
  min-width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  border-radius: 50%;
  color: green;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}

.paper {
  background: #fff;
  padding: 30px;
  position: relative;
}

.paper,
.paper::before,
.paper::after {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  border: 1px solid #bbb;
}

.paper::before,
.paper::after {
  content: "";
  position: absolute;
  height: 95%;
  width: 99%;
  background-color: #eee;
}

.paper::before {
  right: 15px;
  top: 0;
  transform: rotate(-1deg);
  z-index: -1;
}

.paper::after {
  top: 5px;
  right: -5px;
  transform: rotate(1deg);
  z-index: -2;
}

@media only screen and (max-width: 1280px) {
  .bookHero3 .author-photo {
    flex: 50%;
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 860px) {
  .bookMeta h1 {
    margin: 10px auto;
    font-weight: 700;
    font-size: 3rem;
  }
  .bookMeta h2 {
    font-weight: 400;
    font-size: 1.6rem;
  }
  .bookMeta .author {
    font-size: 1.4rem;
  }
  .bookHero2 h2,
  .bookHero3 h2 {
    margin: 20px;
    font-size: 2.2rem;
  }
  .bookHero .desc,
  .bookHero2 .features,
  .bookHero3 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .bookHero3 .container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}