diff --git a/src/App/App.css b/src/App/App.css
index d69a5ecd7bd3f5067f478454995609596c79f4c9..66b71541621ed5dcda6e7265a472309a08445c87 100644
--- a/src/App/App.css
+++ b/src/App/App.css
@@ -3895,4 +3895,25 @@ height: min-content !important;
 
 .eng-box p {
   padding: 30px;
+}
+
+
+.always-row > * {
+  flex-shrink: 0;
+  width: 100%;
+  max-width: 100%;
+  padding-right: calc(var(--bs-gutter-x) * .5);
+  padding-left: calc(var(--bs-gutter-x) * .5);
+  margin-top: var(--bs-gutter-y);
+}
+
+.always-row {
+  --bs-gutter-x: 1.5rem;
+  --bs-gutter-y: 0;
+  display: flex;
+  flex-wrap: wrap;
+  margin-top: calc(-1 * var(--bs-gutter-y));
+  margin-right: calc(-.5 * var(--bs-gutter-x));
+  margin-left: calc(-.5 * var(--bs-gutter-x));
+  width: 100% !important;
 }
\ No newline at end of file