.quote .grid {
  display: grid;
  justify-content: start;
  column-gap: 1.875rem;
  row-gap: 1.875rem;
}
.quote .grid .apostrophe-container {
  padding-top: 10px;
}
.quote .grid .apostrophe-container svg,
.quote .grid .apostrophe-container img {
  height: fit-content;
}
.quote .grid .content-container p.author {
  margin-top: 40px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.quote .grid .content-container p.author-info {
  margin-bottom: 0;
}
.quote.bg-color-lightgrey svg path,
.quote .bg-color-lightgrey svg path {
  fill: #e5231b;
}
.quote.type--FullWidth .grid {
  padding: 6.25rem 0 5rem 0;
  grid-template-columns: calc(200px - 1.875rem) auto;
}
@media (max-width: 1024px) {
  .quote.type--FullWidth .grid {
    grid-template-columns: calc(160px - 1.875rem) auto;
  }
}
@media (max-width: 768px) {
  .quote.type--FullWidth .grid {
    padding-top: 4.6875rem;
    padding-bottom: 3.75rem;
    grid-template-columns: calc(120px - 1.875rem) auto;
  }
}
@media (max-width: 576px) {
  .quote.type--FullWidth .grid {
    padding-top: 3.125rem;
    padding-bottom: 2.5rem;
    grid-template-columns: calc(100px - 1.875rem) auto;
  }
}
@media (max-width: 360px) {
  .quote.type--FullWidth .grid {
    grid-template-columns: calc(80px - 1.875rem) auto;
  }
}
.quote.type--FullWidth .apostrophe-container svg,
.quote.type--FullWidth .apostrophe-container img {
  max-width: 120px;
}
@media (max-width: 1024px) {
  .quote.type--FullWidth .apostrophe-container svg,
  .quote.type--FullWidth .apostrophe-container img {
    max-width: 100px;
  }
}
@media (max-width: 768px) {
  .quote.type--FullWidth .apostrophe-container svg,
  .quote.type--FullWidth .apostrophe-container img {
    max-width: 80px;
  }
}
@media (max-width: 576px) {
  .quote.type--FullWidth .apostrophe-container svg,
  .quote.type--FullWidth .apostrophe-container img {
    max-width: 60px;
  }
}
@media (max-width: 360px) {
  .quote.type--FullWidth .apostrophe-container svg,
  .quote.type--FullWidth .apostrophe-container img {
    max-width: 50px;
  }
}
.quote.type--FullWidth .content-container .body-text p {
  font-size: 2rem;
  line-height: 140%;
}
.quote.type--1440 .grid {
  margin: 0 auto;
  grid-template-columns: calc(170px - 1.875rem) auto;
  padding: 5rem 8vw 4rem 8vw;
  justify-content: start;
}
@media (max-width: 1024px) {
  .quote.type--1440 .grid {
    grid-template-columns: calc(140px - 1.875rem) auto;
  }
}
@media (max-width: 768px) {
  .quote.type--1440 .grid {
    padding-top: 3.75rem;
    padding-bottom: 3rem;
    grid-template-columns: calc(100px - 1.875rem) auto;
  }
}
@media (max-width: 576px) {
  .quote.type--1440 .grid {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
    grid-template-columns: calc(80px - 1.875rem) auto;
  }
}
@media (max-width: 360px) {
  .quote.type--1440 .grid {
    grid-template-columns: calc(60px - 1.875rem) auto;
  }
}
.quote.type--1440 .apostrophe-container img,
.quote.type--1440 .apostrophe-container svg {
  max-width: 110px;
}
@media (max-width: 1024px) {
  .quote.type--1440 .apostrophe-container img,
  .quote.type--1440 .apostrophe-container svg {
    max-width: 90px;
  }
}
@media (max-width: 768px) {
  .quote.type--1440 .apostrophe-container img,
  .quote.type--1440 .apostrophe-container svg {
    max-width: 70px;
  }
}
@media (max-width: 576px) {
  .quote.type--1440 .apostrophe-container img,
  .quote.type--1440 .apostrophe-container svg {
    max-width: 50px;
  }
}
@media (max-width: 360px) {
  .quote.type--1440 .apostrophe-container img,
  .quote.type--1440 .apostrophe-container svg {
    max-width: 30px;
  }
}
.quote.type--1440 .content-container .body-text p {
  font-size: 2rem;
  line-height: 140%;
}
.quote.type--950 .grid {
  grid-template-columns: calc(150px - 1.875rem) auto;
  padding: 3rem 1.5rem 2rem 1.5rem;
}
@media (max-width: 1024px) {
  .quote.type--950 .grid {
    grid-template-columns: calc(120px - 1.875rem) auto;
  }
}
@media (max-width: 768px) {
  .quote.type--950 .grid {
    grid-template-columns: calc(80px - 1.875rem) auto;
  }
}
@media (max-width: 576px) {
  .quote.type--950 .grid {
    padding-top: 2.25rem;
    padding-bottom: 1.5rem;
    grid-template-columns: calc(60px - 1.875rem) auto;
  }
}
@media (max-width: 360px) {
  .quote.type--950 .grid {
    grid-template-columns: calc(55px - 1.875rem) auto;
  }
}
.quote.type--950 .apostrophe-container {
  justify-self: center;
}
@media (max-width: 576px) {
  .quote.type--950 .apostrophe-container {
    justify-self: unset;
  }
}
.quote.type--950 .apostrophe-container img,
.quote.type--950 .apostrophe-container svg {
  max-width: 100px;
}
@media (max-width: 1024px) {
  .quote.type--950 .apostrophe-container img,
  .quote.type--950 .apostrophe-container svg {
    max-width: 80px;
  }
}
@media (max-width: 768px) {
  .quote.type--950 .apostrophe-container img,
  .quote.type--950 .apostrophe-container svg {
    max-width: 60px;
  }
}
@media (max-width: 576px) {
  .quote.type--950 .apostrophe-container img,
  .quote.type--950 .apostrophe-container svg {
    max-width: 30px;
  }
}
@media (max-width: 360px) {
  .quote.type--950 .apostrophe-container img,
  .quote.type--950 .apostrophe-container svg {
    max-width: 25px;
  }
}
.quote.type--950 .content-container .body-text {
  max-width: 780px;
}
.quote.type--950 .content-container .body-text p {
  font-size: 1.625rem;
  line-height: 140%;
}

@media (max-width: 576px) {
  .quote .grid {
    column-gap: 1rem;
    grid-template-columns: auto auto;
  }
  .quote .grid .apostrophe-container svg {
    transform: scale(0.8);
  }
  .quote .grid .content-container .body-text h2 {
    font-size: 1.4rem;
  }
  .quote .grid .content-container .body-text p {
    font-size: 1.2rem;
  }
  .quote .grid .content-container p.author {
    margin-top: 2rem;
  }
}