diff --git a/transfersh-web/styles/includes/home.less b/transfersh-web/styles/includes/home.less
index a709d42..5c48f7c 100644
--- a/transfersh-web/styles/includes/home.less
+++ b/transfersh-web/styles/includes/home.less
@@ -1,11 +1,11 @@
#home {
text-align: center;
- h2 {
+ .page-title {
font-size: 30px;
}
@media (min-width: @screen-sm-min) {
padding: 50px;
- h2 {
+ .page-title {
font-size: 45px;
margin-top: -20px;
margin-bottom: 45px;