/* Add your custom styles here */


/* Adds a bit of spacing to "Responsive Grid Row" blocks. */
.crx-grid {
  padding-top: 40px;
  padding-bottom: 40px;
}
.crx-grid .crx-grid {
  padding-top: 0;
  padding-bottom: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 20px;
}

h1, h2, h3 {
  font-weight: 700;
}

.giant-quote-mark {
  font-size: 80px;
  line-height: 1;
  color: #bbb;
}

.blockquote {
  font-size: 1.25em;
}

.blockquote-footer {
  color: #d62;
  font-weight: 700;
}
.blockquote-footer::before {
  content: "";
}
