section.quote:not(.darker) {
  padding-block: var(--block-padding);
}
section.quote .navigation-holder {
  position: relative;
  z-index: 1100;
}
section.quote .carousel-btn {
  position: relative;
  z-index: 1101;
}
section.quote .carousel .quote-image {
  border-radius: 0.25rem;
  width: 100%;
  height: 100%;
}
section.quote .carousel .quote-image img {
  border-radius: 0.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.quote .carousel h3 {
  font: var(--h4-font);
  font-family: var(--heading-family);
}
section.quote p, section.quote a {
  font: var(--smallbody-font);
}
section.quote p.name, section.quote a.name {
  font-weight: 500;
}
section.quote a {
  text-decoration: underline;
  -webkit-transition: all var(--bezier);
  transition: all var(--bezier);
}
section.quote a:hover {
  color: var(--green);
}