.o-quote {
  margin-top: var(--spacing-xl);
  margin-bottom: var(--spacing-xl);
}
.o-quote__heading {
  margin-left: 0;
  margin-right: 0;
  font-family: var(--ff-primary);
  font-weight: 700;
}
.o-quote__heading.h6 {
  line-height: 1.8rem;
}
.o-quote__heading.h5 {
  line-height: 2.2rem;
}
.o-quote__image {
  border-radius: 100%;
  width: 15rem;
  height: 15rem;
  margin: 1.5rem auto;
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  .o-quote__image {
    width: 15rem;
    height: 15rem;
  }
}
.o-quote__image img {
  object-fit: cover;
  width: 12rem;
  height: 12rem;
}
@media screen and (min-width: 1100px) {
  .o-quote__image img {
    width: 15rem;
    height: 15rem;
  }
}
.o-quote__author {
  font-family: var(--ff-tertiary);
  font-size: 4.5rem;
  line-height: 1;
}
.o-quote__function-name {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
