.hero-empresa {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 680px;
    color: white;
    padding: 60px 0;
    position: relative;
}

.titulo-empresa {
    color: #FFF;
    font-size: 80px;
    font-style: normal;
    font-weight: 200;
    line-height: 104px; /* 130% */
}

.subtitulo-empresa {
    color: #DDD;
    font-size: 25.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 156.25% */
}

.bg-contato {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 570px;
    color: white;
    padding: 60px 0;
    position: relative;
    border-radius: 50px;
}
.contato {
    margin-right: 26rem;
}

/* Responsivo */
@media (max-width: 1000px) {
    .contato {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .titulo-empresa {
        font-size: 32px;
    }

    .subtitulo-empresa {
        font-size: 16px;
    }

    .hero-empresa {
        padding: 40px 0;
        text-align: center;
    }
    .hero-empresa {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 380px;
    }

}
