diff --git a/content/news/152-why-do-tech-giants-abuse-their-users.md b/content/news/152-why-do-tech-giants-abuse-their-users.md
index 675670e5..55251100 100644
--- a/content/news/152-why-do-tech-giants-abuse-their-users.md
+++ b/content/news/152-why-do-tech-giants-abuse-their-users.md
@@ -10,7 +10,9 @@ Whether it’s purposefully crippling mobile experiences, hard selling upgrades
In a competitive market, this sort of customer abuse shouldn’t happen. But before we get to the why, let's define the problem.
-## _The Problem: Every large consumer internet company actively works to make a user’s experience worse._
+
+The Problem: Every large consumer internet company actively works to make a user’s experience worse.
+
And it's not just the cable and phone companies that immediately spring to mind as monopolistic monsters engaging in this behavior - internet favorites like Reddit, Facebook, and YouTube are all guilty.
diff --git a/web/scss/_blog.scss b/web/scss/_blog.scss
index bafec9ad..61813d86 100644
--- a/web/scss/_blog.scss
+++ b/web/scss/_blog.scss
@@ -111,6 +111,13 @@
img, video {
max-height: 75vh;
}
+ .focus-text {
+ font-size: $font-size-h2;
+ font-style: italic;
+ margin: $spacing-vertical * 1.5 $spacing-vertical * 2;
+ line-height: 1.1;
+ color: $color-meta-light;
+ }
}
.post-content table, table.post-content-table
{