/* Full Page Callout */
.full-callout-title { margin-bottom: 4rem; }
.full-callout-item { max-width: 21.875rem; margin: 0 auto 4rem; }
.full-callout-subtitle { max-width: 14rem; margin: 0 auto 1rem; font-size: 1.375rem; text-wrap: balance; }
.full-callout-img { max-width: 5rem; height: auto; margin: 0 auto; }
@media (min-width: 768px) {
  .full-callout [class^=col] { max-width: 21.875rem; }
}
@media (min-width: 1025px) {
  .full-callout-title { margin-bottom: 6.25rem; font-size: 3.125rem; }
  .full-callout-item { margin-bottom: 6.25rem; }
}