.contacto-header {
    height: 100%;
    background-image: url(../img/contacto/header-contacto.png);
    background-position: 50% 35%;
    background-size: cover;
    color: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
    box-shadow: 0px 2px 5px #444;
}

.contacto-header h1 {
    font-size: 3.5rem;
}

.contacto-form {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.contacto-form label {
    font-weight: bold;
}
