.quote-static__list {
  padding: 0;
  list-style: none;
}
.quote-static__item + .quote-static__item {
  margin-top: 30px;
  padding-top: 30px;
}
.quote-static__content {
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 10px;
}
.quote-static__source {
  color: #888888;
  font-size: 12px;
  line-height: 1.4;
}
.quote-static__source:before {
  content: "- ";
}

.static-testimonial__help {
  color: #888888;
  font-size: 12px;
}
.static-testimonial__link:link, .static-testimonial__link:visited {
  text-decoration: underline;
}
.static-testimonial__title {
  font-size: 24px;
  margin-top: 0;
}

.request-quote iframe {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07), 0 10px 10px rgba(0, 0, 0, 0.07);
}
.request-quote .static-testimonial {
  margin-top: 15px;
}
.request-quote .static-testimonial[class*=col-] {
  padding: 30px 48px;
}
.request-quote .static-testimonial__title {
  font-size: 24px;
}
.request-quote__header {
  border-bottom: 5px solid #313538;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.request-quote__title {
  margin: 0;
  color: #313538;
  line-height: 1;
  align-self: flex-end;
}
@media (max-width: 768px) {
  .request-quote__title {
    font-size: 28px;
  }
}

.product-download.section-background {
  padding-top: 100px;
}
.product-download__form-wrapper {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07), 0 10px 10px rgba(0, 0, 0, 0.07);
  padding: 2rem 0 0;
}
.product-download__form-wrapper > :not(iframe) {
  padding: 0 18px;
}
.product-download .static-testimonial {
  margin-top: 20px;
}
.product-download .static-testimonial[class*=col-] {
  padding: 50px 80px;
}
.product-download__title {
  margin: 0;
  font-size: 24px;
}
.product-download__subtitle {
  font-size: 18px;
  margin-bottom: 18px;
}
.product-download .paragraph--type--icon-with-text.image-left .field--name-field-html {
  padding-top: 0;
}
.product-download__callout {
  color: green;
}
.product-download__box > div {
  padding: 24px;
}