.review_heading {
  font-family: europa, sans-serif;
  font-weight: 300;
  color: #7E858F;
  font-size: 30px;
  margin-top: 15px;
}

.review_content {
  height: 50vh;
  overflow-y: auto;
  margin: 50px 0 80px 0;
}

.review_name {
  font-family: europa, sans-serif;
  font-weight: 100;
  color: black;
  font-size: 16px;
}

.review_comment {
  font-family: europa, sans-serif;
  font-weight: 300;
  color: black;
  font-size: 14px;
  margin-top: 10px;
}

.review_spacer {
  border-bottom: 2px solid rgb(32, 46, 66);
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}

.review_summary_container {
  height: 30vh;
  width: 80%;
  border: 1px solid black;
  border-style: solid;
  border-width: 1px;
  border-color: #152435 #152435 transparent transparent;
  margin: auto;
  -webkit-box-shadow: 14px -9px 37px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 14px -9px 37px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 14px -9px 37px -15px rgba(0, 0, 0, 0.75);
}

.review_summary_image {
  height: 35%;
  width: 35%;
}

.review_summary {
  font-family: europa, sans-serif;
  font-weight: 300;
  color: black;
  font-size: 12px;
}