import { container } from "assets/jss/nextjs-material-kit.js"; const completedStyle = { section: { padding: "70px 0" }, container: { ...container, textAlign: "center !important" } }; export default completedStyle;