.review-container-top {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 25px;
  border-bottom: 1px solid #9c9c9c;
  max-width: 922px;
  margin: 70px auto 10px auto;
}

.review-container-top img {
  width: 113px;
  margin-right: 15px;
}

#reviews-container {
  max-width: 922px;
  margin: 0 auto 32px;
}

.testimonial-wrapper {
  border-top: 1px solid #e2e2e2;
  padding-top: 20px;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}
.testimonial-wrapper:first-of-type {
  border: none;
}
.testimonial-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
.testimonial-rating {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .testimonial-rating {
    margin-bottom: 6px;
  }
}
.testimonial-top img {
  max-width: 82px;
}
.testimonial-date {
  color: #adadad;
  margin-top: -5px;
font-weight: 400;
font-size: 14px;
line-height: 120%;
letter-spacing: 0%;
text-align: right;
vertical-align: middle;

}
.testimonials-name-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.testimonial-short-name {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #39896f;
  font-weight: 700;
  background: #d1fff0;
  border-radius: 5px;
  text-transform: uppercase;
  margin-right: 10px;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-name {
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  margin-right: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: 'Poppins', sans-serif;
}
.testimonial-verified span {
  color: #3ab890;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.testimonial-verified img {
  width: 14px;
  margin-right: 1px;
  margin-bottom: 3px;
}
.testimonial-title {
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
  line-height: 120%;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: 0%;
}

.testimonial-text {
  font-size: 16px;
  color: #0f0f0f;
  line-height: 1.62;
  margin-bottom: 15px;
  max-width: 98%;
  font-weight: 400;
  line-height: 162%;
  letter-spacing: 0%;
  vertical-align: middle;
}

@media screen and (min-width: 991px) {
  .testimonial-text {
    max-width: 96%;
  }
}

.testimonial-reply {
  background: #f4f4f4;
  padding: 16px;
}

.testimonial-reply .reply-title {
  font-size: 16px;
  margin-bottom: 10px;
}

@media screen and (min-width: 991px) {
  p.reply-title {
    font-family: 'Roboto', sans-serif;
    text-indent: 0;
  }
}

.testimonial-reply .reply-review {
  font-size: 16px;
  margin-bottom: 0;
}
@media screen and (min-width: 991px) {
  p.reply-review {
    max-width: 96%;
    line-height: 1.7;
  }
}

@media screen and (max-width: 991px) {
  .review-container-top {
    flex-direction: column;
    text-align: center;
    letter-spacing: -0.5px;
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-top: 50px;
  }
}

.show-more-btn {
  border-radius: 40px;
  background: #fff;
  font-weight: 700;
  border: 1px solid #060606;
  padding: 11px 33.5px;
  font-size: 18px;
  color: #000;
  /* box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05); */
    box-shadow: 0 4px 0 0 #DCE4DC;
  cursor: pointer;
  margin-top: 0px;
  margin-bottom: 20px;
  letter-spacing: 0.1px;
  line-height: 23px;
}

@media screen and (max-width: 991px) {
  .testimonials-name-wrapper {
    margin-bottom: 7px;
  }
}

@media screen and (min-width: 991px) {
  .testimonial-title{
    margin-bottom: 16px;
  }

#reviews-container{
    margin-bottom: 42px;
}

}
