/* .single-review {
  border-radius: 25px;
  margin-top: 1rem;
  background-color: white;
  opacity: 0.5;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: #5e454d;
} */

.book-cover {
  max-width: 100%;
  margin-bottom: 1em;
}

blockquote {
  border-radius: 25px;
  background-color: white;
  color: #5e454d;
  opacity: 0.6;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 1em;
  padding: 2em;
  box-sizing: border-box;
}

.review {
  text-align: justify;
  /* font-size: 1em; */
}
.review::before {
  content: "\201c";
  font-size: 5em;
  display: block;
  margin-top: -2rem;
  margin-bottom: -4rem;
}
.review::after {
  content: "\201d";
  text-align: right;
  font-size: 5em;
  display: block;
  margin-top: -2rem;
  margin-bottom: -5rem;
}
.by {
  text-align: right;
  font-weight: bold;
}

.by::before {
  content: "\2014\0020";
}

i {
  margin-left: 1.2rem;
  float: right;
  font-size: 1.2em;
}

a:link,
a:visited {
  color: #5e454d;
}

a:hover {
  color: #e76ec3;
}

@media only screen and (min-width: 320px) {
  .review,
  .by {
    font-size: 0.8em;
  }
  .review::before {
    margin-top: -3.55rem;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .review,
  .by {
    font-size: 0.9em;
  }
  .review::before {
    margin-top: -3.5rem;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .book-cover {
    max-width: 50%;
    display: block;
    margin: 2em auto;
  }
  .review,
  .by {
    font-size: 1em;
  }
  .review::before {
    margin-top: -3.25rem;
    margin-bottom: -4.5rem;
  }
  i {
    font-size: 1.4em;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .review::before {
    margin-top: -3rem;
  }
  .blockquote {
    margin: 0 0 2em;
  }
}
