.testimonials .testimonial {
  text-align: center;
  border: solid 1px whitesmoke;
  padding: 20px;
  margin-top: 70px; }
  .testimonials .testimonial .testimonial-image-container {
    position: relative;
    width: 120px;
    margin: 0 auto;
    margin-top: 50px; }
    .testimonials .testimonial .testimonial-image-container .testimonial-image {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      border-radius: 50%;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      height: 120px;
      display: block;
      margin: 0 auto;
      margin-bottom: 20px; }
      .testimonials .testimonial .testimonial-image-container .testimonial-image.placeholder {
        background-color: #009fe3;
        background-image: url('/wp-content/themes/phyrus/web/assets/images/user.svg');
        background-size: 50%; }
  .testimonials .testimonial .rate {
    margin: 0 auto;
    display: block;
    width: max-content; }
  .testimonials .testimonial h4 {
    font-size: 20px;
    margin: 18px 0; }
  .testimonials .testimonial p {
    font-size: 14px; }
