body {
    background: url(images/fundo.jpg)no-repeat;
    background-size: cover;
    background-position: right;
    font-family: 'Inter Tight', sans-serif;
}
.content {
    text-align: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}
.contact {
    width: 100%;
    display: block;
    margin-bottom: 50px;

}
.contact a {
    text-decoration: none;
}
.contact img {
    max-width: 64px !important;
}
.img-mr {
    margin-right: 25px;
}
.text-content {
    display: block;
    color: #FFF;
    width: 100%;
    line-height: 24px;
    font-weight: 300;
}
.text-content a {
    text-decoration: none;
    color: #fff;
}
.text-content a:hover {
    color: #CCC;
}

@media screen and (max-width: 480px) {    
    body {
        background: url(images/fundo.jpg)no-repeat;
        background-size: cover;
        background-position: right;
        background-position-x: -860px;
    }
}