/**
 * @file
 * Visual styles for comments section in Directory+.
 */

/*comments section*/
.comment-wrapper {
  margin-top: 55px;
}
.comment-wrapper h2.title {
  margin: 20px 0 50px 0;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  display: block;
  border-bottom: 1px solid #c5c5c5;
  text-transform: none;
}
.comment-wrapper h2.title:before {
  padding-right: 20px;
  content: "\f086";
  margin-left: 1px;
  font-family: "Font Awesome 5 Free";
}
