/* Image Quote — variante typographique de Image (big_images). */

.iaf-hero-location--quote .iaf-hero-location__right--quote {
  gap: 12px;
}

.iaf-hero-location--quote .iaf-hero-location__quote {
  margin: 0;
  color: #ffffff;
  font-family: var(--font-martina);
  font-size: 46px;
  line-height: 110%;
  font-weight: 300;
  letter-spacing: 0;
  text-wrap: pretty;
}

.iaf-hero-location--quote .iaf-hero-location__quote p {
  margin: 0;
}

.iaf-hero-location--quote .iaf-hero-location__quote p + p {
  margin-top: 0.35em;
}

.iaf-hero-location--quote .iaf-hero-location__quote-author {
  margin: 22px 0 0;
  color: #ffffff;
}

@media (max-width: 1023px) {
  .iaf-hero-location--quote .iaf-hero-location__quote {
    font-size: var(--iaf-m-display);
    line-height: var(--iaf-m-display-lh);
    font-weight: var(--mp-h2-weight);
  }
}
