h1 {
    font-size: 34px;
    float: none;
    color: #2A528E;
    font-weight: 900 ;
    font-family: 'latowebheavy', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h2 {
    font-size: 22px;
    font-weight: 900;
}
h3 {
    font-size: 22px;
    line-height: 30px;
    color: #4D6582;
}
p {
    font-size: 16px;
}

/* Over write old CSS */
.homepage h2 {
    font-size: 22px;
    font-weight: 900;
}
.advantage h2 {
    color: #5282F0;
}
.homepage h3 {
    font-size: 22px;
    font-family: 'Lato', sans-serif;
}
.homepage .platforms p {
    line-height: 25px;
}
.homepage .platforms img {
    height: 300px;
}