.testimonial-widget {
  &__quote {
    font-family: var(--font-default);;
    line-height: 2.4rem;
    font-style: italic;
    margin-bottom: 30px;
  }

  &__person {
    display: flex;

    b {
      color: $secondary-color;
    }
  }

  &__avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    flex-shrink: 0;
  }

  &__info {
    font-size: 1.1rem;
    padding-top: 11px;
  }
}
