/* Start custom CSS */#PageTitle h1 {
    font-size: 48px;
}

@media (max-width: 460px) { 
    #PageTitle h1 {
        font-size: 37px;
    }
}

h2, .h2 {
    font-size: 1.5rem;
}

h3, .h3 {
    font-size: 1.2rem;
}/* End custom CSS */