fix(style): removed right-aligned text for reversed sections

closes #139
diff --git a/_scss/block/_main-content.scss b/_scss/block/_main-content.scss
index 983259d..e2c47a9 100644
--- a/_scss/block/_main-content.scss
+++ b/_scss/block/_main-content.scss
@@ -28,7 +28,6 @@
 
         &--reverse {
           flex-direction: row-reverse;
-          text-align: right;
         }
 
         &--vertical-center {