body {
    background-color:#ffffff;
    padding:0;
    margin:0;
    font-size: .875rem;
    line-height: 1.5;

}

h2 {
    font-family:OpelSansExtraBold;
    font-size:2.5rem;
    line-height:1.125;
    font-weight:normal;
    margin:0 0 10px 0;
    padding:0;
}


p {
    font-family:Arial, sans-serif;
    font-size:1.125rem;
    line-height:1.25rem;
    font-weight:normal;
    margin:0 0 20px 0;
    padding:0;
}


@media (max-width:768px) {
    h2 {
        font-size: 1.5rem;
        line-height: 1.16667;
    }

    p {
    }

}


