.reviews {
  margin-top: 4.5em;
}

.reviews article {
  position: relative;
  
  margin: 4% 8% 8%;
}

.reviews article header {
  color: #009891;
  text-align: center;
  margin-bottom: 0.7em;
}

.reviews article h1 {
  margin: 0;
  font-size: 110%;
}

.reviews article time {
  font-size: 110%;
  font-weight: bold;
}

.reviews article h2 {
  margin: 0;
  font-size: 100%;
}

.reviews article main .text {
  white-space: pre-line;
  text-align: justify;
}

.reviews article main .image {
  text-align: center;
}

.reviews article main img {
  max-width: 100%;
  max-height: 200vh;
}