A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
-->
body {
    font-family: Arial, Helvetica Neue, sans-serif;
    padding: 30px;
    padding-top: 0px !important;
}
p {
    font-size:10px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    
}
a, a:hover {
    color: black;
}
a {
color: black !important;
}

.row {
    margin-bottom: 20px;
}

@media screen and (max-width: 740px) {
    body {
        padding-top: 30px !important;
    }
    p {
        font-size:14px;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: normal;
    }
    
}