
.new-comments {
  background-color: #26304e;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 108px 0 99px;
  z-index: 2;
}
.new-comments-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 900;
  line-height: 36px;
  margin-bottom: 42px;
}

.new-comments-title::after,
.new-comments-title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 66px;
  height: 1px;
  background-color: #707070;
}

.new-comments-title::after {
  margin-right: 36px;
}

.new-comments-title::before {
  margin-left: 36px;
}

@media only screen and (max-width: 575px) {

  .new-comments-title::after,
  .new-comments-title::before {
      width: 40px;
  }

  .new-comments-title::after {
      right: 20px;
  }

  .new-comments-title::before {
      left: 20px;
  }
}

.new-comments-item {
  text-align: center;
}

.new-comments-item>i {
  width: 85px;
  height: 85px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 85px;
  background-color: #f5f3fc;
  font-size: 48px;
  color: #9087ce;
  margin-bottom: 25px;
}

.new-comments-item .name,
.new-comments-item .position {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  line-height: 26px;
}

.new-comments-item .position {
  margin-bottom: 10px;
}

.new-comments-item .position b {
  font-weight: bold;
}

.new-comments-item .position b i {
  font-style: normal;
  color: #ffb035;
}

.new-comments-item .time {
  background-color: #f8f9fb;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 90px;
  height: 25%;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  margin: 0 auto 26px;
}

.new-comments-item p {
  max-width: 741px;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}
.new-comments-title {
  color: #fff;
}

.new-comments::after {
  background-position: 0 -77px;
  -webkit-background-size: 100% 115%;
  -moz-background-size: 100% 115%;
  -o-background-size: 100% 115%;
  background-size: 100% 115%;
}

.new-comments-scroll {
  background-position: 0 -3px;
}    