.buyer_comments {
  position: relative;
}
.buyer_comments_inner {
  border: 1px solid #cccccc;
  padding: 2rem;
}
.buyer_comments__title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1.3rem;
}
.buyer_comments__text {
  line-height: 1.6;
  margin-top: 2rem;
  text-align: justify;
}
.buyer_comments__arrow {
  width: 2rem;
  height: 2rem;
  background: #fff;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  transform: rotate(45deg);
  margin-top: -1rem;
  margin-right: 120px;
  margin-left: auto;
}
.buyer_comments_buyer {
  display: flex;
  margin-top: 1rem;
  padding-right: 2rem;
  align-items: center;
}
.buyer_comments__image {
  flex: 0 0 80px;
  max-width: 80px;
  width: 80px;
  margin-right: 1rem;
  border-radius: 50%;
  overflow: hidden;
}