.buyer_comments {
  position: relative;
  padding: 1rem;
  background: #f5f5f5;
  border: 1px solid #cccccc;
  margin-top: 1.75rem;
}
/* .buyer_comments_inner {
  border: 1px solid #cccccc;
  padding: 1rem;
} */
.buyer_comments__title {
  /* border-bottom: 1px solid #cccccc; */
  font-size: 1.15rem;
  margin-top: 0.25rem;
  margin-bottom: 0.75rem !important;
  text-align: center;
}
.buyer_comments__text {
  margin-top: 0.75rem !important;
  line-height: 1.5;
  /* margin-top: 1rem !important; */
  text-align: justify;
}
.buyer_comments__arrow {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  background: #f5f5f5;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  transform: rotate(45deg) translateX(-50%);
  top: -5px;
  left: 50%;
}
.buyer_comments_buyer {
  display: none;
  /* display: flex;
  margin-top: 1rem;
  padding-right: 2rem;
  align-items: center; */
}
.buyer_comments__image {
  display: none;
  /* flex: 0 0 80px;
  max-width: 80px;
  width: 80px;
  margin-right: 1rem;
  border-radius: 50%;
  overflow: hidden; */
}