diff --git a/static/css/theme-coko/main.css b/static/css/theme-coko/main.css
index a6b888b91eae6703d1cae1cf3d1b9678b6eb6809..278be047da16834cecafccc131600c4f06d3aa32 100644
--- a/static/css/theme-coko/main.css
+++ b/static/css/theme-coko/main.css
@@ -754,18 +754,25 @@ article iframe {
 /* changes */
 
 .about h2,
+.about h3,
 .about article p {
-  grid-column: 1 / span 2;
+  grid-column: 1 / -1;
 }
 
-.about article p {
-  grid-column-start: 2;
+.about h3 {
+  font-weight: 500;
+  font-size: 1.4em;
 }
+
 .about article p {
   border: none;
   padding: 0;
+  max-width: 55ch;
 }
 
+.about article p + p {
+  margin-top: 2em;
+}
 .services h2,
 .services article p {
   grid-column: 1/ -1;