/* Force Dashboard Preview Section to Center */

#dashboard-preview .section-heading {
  text-align: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#dashboard-preview .section-heading .section-eyebrow {
  margin: 0 auto;
}

#dashboard-preview .section-heading h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#dashboard-preview .section-heading p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
