Fix the tilerows by moving the items on feature sections out of divs

*only implemented for RSM and ClicksForms, fix will not be
auto-applied to any other feature svg tile row*
diff --git a/styles/tilerow.module.css b/styles/tilerow.module.css
index 701f9fc..e7f0cf2 100644
--- a/styles/tilerow.module.css
+++ b/styles/tilerow.module.css
@@ -10,7 +10,10 @@
 .item {
     display: flex;
     height: 35vmin;
-    width: fit-content;
     margin-left: 10px;
     margin-right: 10px;
-}
\ No newline at end of file
+}
+
+.fitItemWidth {
+    width: fit-content;
+}