.section-content-hub .blog .blog-heading {
  margin-bottom: 2rem;
}
.section-content-hub .blog .cta {
  margin-top: 2.5rem;
}
.section-content-hub .break {
  margin: 2.5rem 0 2rem;
}
@media (min-width: 768px) {
  .section-content-hub .break {
    margin: 3rem 0;
  }
}
@media (min-width: 1280px) {
  .section-content-hub .break {
    margin: 4rem 0;
  }
}
.section-content-hub .break.top {
  margin-top: 0;
}