.sb-reviews {
  background: #f7f9fa;
}
.sb-reviews ul {
  text-align: center;
}
.sb-reviews li {
  position: relative;
  display: block;
  padding: 30px 0 26px 0;
}
.sb-reviews li:first-child {
  padding-top: 0;
}
.sb-reviews li:last-child {
  padding-bottom: 0;
}
.sb-reviews li:after {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 2px;
  background: #c6cacc;
  border-radius: 1px;
  bottom: 0;
  left: calc(50% - 60px);
}
.sb-reviews li:last-child:after {
  display: none;
}
.sb-reviews li p {
  margin: 10px 0;
}
.sb-reviews li img {
  margin: 0 auto;
}
