.by-the-book {
  padding: 45px 0px;
  position: relative;
  z-index: 1;
}

.book-image img {
  width: 100%;
  height: auto;
}

.by-the-book-btn {
  margin-top: 70px;
}

.by-the-book::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url("../../../public/images/left-golden.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 233px;
  height: 615px;
  left: 0;
  top: 0;
}

.by-the-book::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url("../../../public/images/right-golden.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 233px;
  height: 615px;
  bottom: 0;
  right: 0;
}

@media (max-width: 1366px) {
  .by-the-book {
    padding: 0 0 45px;
  }
}

@media (max-width: 428px) {
  .by-the-book-content h2 {
    font-size: 35px;
  }
}

@media (max-width: 375px) {
  .by-the-book-content h2 {
    font-size: 30px;
  }

  .by-the-book-content p {
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .by-the-book-content h2 {
    font-size: 30px;
  }

  .by-the-book-btn {
    margin-top: 40px;
  }
}
