.header {
    margin-top: 170px !important;
    margin-bottom: 50px !important;
}
.content {
    margin-bottom:170px;
}

h1 {
    font-size: 35px !important;
    margin-bottom:30px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

p {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}
h2 {
    margin-top: 50px !important;
    margin-bottom: 120px !important;
    font-size: 25px !important;
    font-family: 'Montserrat', sans-serif;
}

h2 a {
    color: #c7792e;
}
.footer {
    width: 100%;
    background-color: #0A6EEB;
    padding: 30px;

}
.footer a, .footer a:hover {
    color:#fff;
    text-decoration: underline;
}
.footer p {
    color: #fff;
}
.privacy-policy {
    margin-top:50px;
}

@media screen and (max-width:420px) {
    .logo img {
        width: 320px;
    }
}