/* ---------------------------------------------------------------------------
   Testimonial review block
   --------------------------------------------------------------------------- */

.testimonial-review {
  background: #f7f8fc;
  padding: 30px;
  border-radius: 20px;
  font-style: italic;
  color: #53597f;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-review i.fa-quote-left {
  position: relative;
  top: -40px;
}

/* ---------------------------------------------------------------------------
   Testimonial author
   --------------------------------------------------------------------------- */

.testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.testimonial-author .testimonial-author-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: auto;
  object-fit: cover;
}

.testimonial-author .testimonial-author-name {
  margin-left: 20px;
}

.testimonial-author .testimonial-author-name h4 {
  font-weight: 400;
  font-size: 16px;
  margin-top: 20px;
  letter-spacing: 0.5px;
}

.testimonial-author .testimonial-author-name span {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  display: block;
  color: #333;
  margin-bottom: 0;
}

/* ---------------------------------------------------------------------------
   Section title
   --------------------------------------------------------------------------- */

.h3-title {
  background: #51279c;
  color: white;
  margin-top: 70px;
  padding: 20px;
}

/* ---------------------------------------------------------------------------
   Benefits list icons
   --------------------------------------------------------------------------- */

.benefits i {
  font-size: 12px !important;
}
