.o-quote__content {
  border-radius: var(--border-radius, 3rem);
  padding-left: 3rem;
  padding-right: 3rem;
}
.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: 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-details {
  display: flex;
}
.o-quote__author-details-inner {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  align-items: center;
}
.o-quote__author-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.o-quote__author-image {
  max-width: 8.2rem;
}
.o-quote__author-image img {
  height: 100%;
  display: block;
  max-width: 100%;
}
.o-quote__author-name {
  font-weight: 600;
  margin: 0;
}
.o-quote__author-function {
  margin: 0;
}
