Instructions

Here you can find some helpfull stuff for the template

In order to change the Homepage hero text you need to follow these steps below:

1. Click any text that you want to duplicate (image 01)
2. Duplicate the "perspective class" and change the text (image 02)
3. Now go to the class of the text we just created and change it  the class to the next number on the line (image 03)

For example if the text you just created is the 3rd one, you need to apply the class "perspective load 3nd"

This code exists in project settings

The -webkit-font-smoothing property changes the behavior of antialising on WebKit browsers on Mac, while having no effects on other platforms.  It is motivated by a desire to work around a bug in Mac OS X's subpixel antialiased font rasterization.

<style>
{-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
</style>