/* Standalone variables
========================================================================== */
/*
==========================================================================
    Mixins - typography - body
========================================================================== */
@media (min-width: 0) and (max-width: 1024px) {
  .c-testimonial {
    padding: 2rem 0;
  }
}
@media (min-width: 1025px) {
  .c-testimonial {
    padding: 4rem 0;
  }
}

.c-testimonial__author {
  display: flex;
  align-items: center;
}

@media (min-width: 0) and (max-width: 1024px) {
  .c-testimonial__quote + .c-testimonial__author {
    margin-top: 2rem;
  }
}
@media (min-width: 1025px) {
  .c-testimonial__quote + .c-testimonial__author {
    margin-top: 1rem;
  }
}

.c-testimonial__author-avatar + .c-testimonial__author-desc {
  margin-left: 1rem;
}

.c-testimonial--alt {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
@media (min-width: 1025px) {
  .c-testimonial--alt {
    text-align: left;
    flex-wrap: nowrap;
  }
}
.c-testimonial--alt .c-testimonial__author {
  order: 1;
  flex-wrap: nowrap;
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 1025px) {
  .c-testimonial--alt .c-testimonial__author {
    text-align: center;
    width: auto;
  }
}
.c-testimonial--alt .c-testimonial__author-desc {
  margin: 0;
}
.c-testimonial--alt .c-avatar {
  margin: 0 auto 1rem;
  width: 8rem;
  height: 8rem;
}
.c-testimonial--alt .c-testimonial__author-name {
  font-weight: 600;
}
.c-testimonial--alt .c-testimonial__quote {
  order: 2;
  line-height: 1.25;
}
@media (min-width: 1025px) {
  .c-testimonial--alt .c-testimonial__quote {
    line-height: 1.33;
    margin-left: 3rem;
    max-width: 65.5rem;
  }
}
