.empresa__texto {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.empresa__texto h1 {
    color: var(--cor-clara);
    font-weight: 600;
    margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
    .empresa__texto {
        text-align: justify;
    }
}