/* Reduce only the Process step-to-quotation gap. */
@media (min-width: 761px) {
  #process blockquote {
    margin-top: 90px;
  }
}

@media (max-width: 760px) {
  #process blockquote {
    margin-top: 55px;
  }
}
