.review-title {
  height: 25vh;
  margin-top: 30px;
  margin-bottom: 80px;
  text-align: center;
  align-content: center;
  background-color: #ece9e3;
}

.square-thumb {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 5px;
}
.square-thumb .square-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.square-thumb .square-img:hover {
  transform: scale(1.05);
}

.modal-image {
  max-width: 95vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: auto;
  display: block;
}

/*# sourceMappingURL=review-page.css.map */
