.contato {
    background-image: url("../img/site05.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 700px;
    color: #ffffff;
}
.contato .esquerda h2 {
    margin-top: 75px;
    font-size: 50px;
}
.contato .esquerda a {
    color: white;
    font-size: 20px;
}
.contato .direita {
    margin-top: 75px;
}

@media(max-width:767px) {
    .contato {
        background-color: #00afdf;
        height: auto;
        margin-top: 0;
    }
    .contato .esquerda h2 {
        margin-top: 40px;
        font-size: 35px;
        text-align: center;
    }
    .contato .direita {
        margin-top: 30px;
    }
    .contato .card:last-child {
        margin-bottom: 15px;
    }
}