.o-quote__heading,
.o-quote .a-checkbox__label,
.o-quote .a-input__field,
.o-quote .a-btn--transparent {
  color: inherit;
}
.o-quote__heading {
  margin-left: 0;
  margin-right: 0;
}
.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: 22rem;
    height: 22rem;
  }
}
.o-quote__image img {
  object-fit: none;
  width: 15rem;
  height: 15rem;
}
@media screen and (min-width: 1100px) {
  .o-quote__image img {
    width: 22rem;
    height: 22rem;
  }
}
