.testimonial {
  margin: 10px;
}

.testimonial .testimonial-content {
  margin: 20px 0 30px 0;
  position: relative;
}

.testimonial .testimonial-content:after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 20px solid #fedfc7;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin: 0 auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}

.testimonial .description {
  padding: 20px;
  margin: 0;
  background: #fedfc7;
  border-radius: 5px;
  font-size: 16px;
  color: #000000;
  position: relative;
}

@media (min-width: 768px) {
  .testimonial .description {
    padding: 20px;
    font-size: 17px;
  }
}

.testimonial .description:before, .testimonial .description:after {
  font-family: "Font Awesome 5 Free";
  color: rgba(0,0,0,0.6);
  font-weight: 900;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  text-align: center;
  background: #fedfc7;
  position: absolute;
}

.testimonial .description:before {
  content: "\f10d";
  top: -18px;
  left: 25px;
}

.testimonial .description:after {
  content: "\f10e";
  bottom: -18px;
  right: 25px;
}

.testimonial .testimonial-profile {
  padding: 15px;
  border: 2px solid #fedfc7;
  border-radius: 5px;
  margin: 0 auto;
  position: relative;
}

.testimonial .pic {
  float: left;
  overflow: hidden;
}

.testimonial .title {
  margin: 0 0 0 30px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  position: relative;
}

.testimonial .title:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #fedfc7;
  position: absolute;
  left: -15px;
}

.testimonial .post {
  display: block;
  font-size: 15px;
  font-weight: normal;
  color: #888;
}

@media (max-width: 575px) {
  .testimonial .testimonial-profile {
    padding: 10px;
  }
}

@media (max-width: 575px) {
  .testimonial .title {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .testimonial .post {
    font-size: 16px;
  }
}

/* Height of review form wrapper */

#iframe-container {
  height: 570px;
  overflow: hidden;
}

@media (min-width: 768px) {
  #iframe-container {
    height: 340px;
  }
}

@media (min-width: 992px) {
  #iframe-container {
    height: 310px;
  }
}

