.latest-quarterly-review {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.latest-quarterly-review h2 {
  margin-top: 0px !important;
  color: #af9914;
  font-size: 1.6rem;
}

.live-pulse-content h2 {
  margin-top: 20px;
  color: #af9914;
  font-size: 1.6rem;
}

.review-thumbnail {
  flex: 0 0 200px;
}

.review-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.review-content {
  flex: 1;
}

.review-content h2 {
  margin: 0 0 8px 0;
}

.review-content .excerpt {
  margin-bottom: 10px;
}

.review-content .read-more {
  display: inline-block;
  font-weight: 600;
}
