body {
  font-family: "Open Sans", sans-serif;
}

h2 {
  color: #000;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  position: relative;
  margin: 30px 0 100px;
}

/* h2::after {
  content: "";
  width: 100px;
  position: absolute;
  margin: 0 auto;
  height: 4px;
  border-radius: 1px;
  background: #1abc9c;
  left: 0;
  right: 0;
  bottom: -20px;
} */
.col-sm-12 {
  margin: 0 auto;
  padding: 70px 70px 70px 0;
  background-color: rgb(254, 255, 247);
}

.carousel {
  margin: 0 auto;
  padding: 50px 50px 0 0;
}

.carousel .item {
  color: #999;
  overflow: hidden;
  min-height: 120px;
  font-size: 13px;
}

.carousel .media {
  position: relative;
  padding: 0px 0 0 20px;
}

.carousel .media img {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  float: left;
}

.carousel .testimonial-wrapper {
  padding: 0 10px;
}

.carousel .testimonial {
  color: #808080;
  position: relative;
  padding: 15px;
  background: #d3eefd;
  border: 1px solid #efefef;
  border-radius: 3px;
  margin-bottom: 15px;
  border-radius: 20px;
  font-weight: 400;
}

.carousel .testimonial::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: #d3eefd;
  border: 1px solid #efefef;
  border-width: 0 0 1px 1px;
  position: absolute;
  bottom: -8px;
  left: 46px;
  transform: rotateZ(-46deg);
}

.carousel .star-rating li {
  padding: 0 2px;
}

.carousel .star-rating i {
  font-size: 16px;
  color: #ffdc12;
}

.carousel .overview {
  padding: 3px 0 0 15px;
}

.carousel .overview .details {
  padding: 5px 0 8px;
}

.carousel .overview b {
  text-transform: uppercase;
  color: #1abc9c;
}

.carousel .carousel-indicators {
  bottom: 0px;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin: 1px 2px;
}

.carousel-indicators li {
  color: #fff;
  background: #1abc9c;
  border: 5px double;
}

.carousel-indicators li.active {
  color: #fff;
  background: #1abc9c;
  border: 5px double;
}
