.testimonial-review {
  background: #f1f1ef;
  padding: 30px;
  border-radius: 20px;
  font-style: italic;
  color: #6c757d;

  i.fa-quote-left {
    position: relative;
    top: -40px;
  }
}
.testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 12px;

  .testimonial-author-image {
    img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      margin: auto;
      object-fit: cover;
    }
  }

  .testimonial-author-name {
    margin-left: 20px;

    h4 {
      font-weight: 400;
      font-size: 16px;
      margin-top: 20px;
      letter-spacing: 0.5px;
    }

    span {
      font-size: 12px;
      line-height: 20px;
      font-weight: 400;
      display: block;
      color: #333;
      margin-bottom: 0;
    }
  }
}

.h3-title {
  background: #6593ff;
  /* background: #ff6565; */
  color: white;
  margin-top: 70px;
  padding: 20px;
}
.benefits i {
  font-size: 12px !important;
}