h1.heading1{
    font-size: 3rem; 
    line-height: 3rem; 
    padding: 0; 
    margin: 3rem 0 1rem;
    color: #000; 
    font-weight: 600 !important; 
    text-transform: uppercase;
    text-align: center;
}

h2.heading2 {
    color: #000;
    font-size: 2rem;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 1rem;
    line-height: 2.8rem;
    font-family: 'Ubuntu-Bold';
}

p.fine-print {
    color: #333333;
    background-color: #ffffff;
}