/* Created by Content Blocks */

/* Front Testimonial A: small circular avatar */
.testimonial .avatar.avatar-circle {
  width: 56px;
  height: 56px;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  object-fit: cover;
  display: block;
  background: rgba(0, 0, 0, 0.06);
}

@media (min-width: 768px) {
  .testimonial .avatar.avatar-circle {
    width: 64px;
    height: 64px;
  }
}