footer {
    color: #ffffff;
}

footer p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin: 0;
    padding: 0 10px;
}

footer a {
    text-decoration: none;
}

div.contact-text, div.footer-text {
    max-width: 425px;
    margin : 0 auto
}

div.contact-text {
    margin-top: 20px;
}

div.footer-text {
    margin-top: 40px;
}

div.contact-text a {
    color: #3589CD;
}

div.footer-text a {
    color: #767676;
}

.wrapper.mobile div.contact-text {
    margin-top: 20%;
}

.wrapper.mobile .footer-text {
    display: none;
}
