.sd-container-fluid.center-grid .sd-row {
  justify-content: center;  /* center items horizontally */
  align-items: center;      /* center items vertically */
}
