diff --git a/opentech/public/people/templates/people/person_page.html b/opentech/public/people/templates/people/person_page.html
index 0eae1542a2c996837b58345a435e5c1526979fa8..c412a2894db4f850a93d5de6bc072ae944ad6dc0 100644
--- a/opentech/public/people/templates/people/person_page.html
+++ b/opentech/public/people/templates/people/person_page.html
@@ -12,7 +12,7 @@
         <h2 class="heading heading--person">{{ page.first_name }} {{ page.last_name }}</h2>
 
         {% if page.job_title %}
-            <h4 class="heading heading--no-margin">{{ page.job_title }}</h4>
+            <h4 class="heading">{{ page.job_title }}</h4>
         {% endif %}
 
         {% if page.introduction %}