.produtos__texto {
    max-width: 1200px;
    margin: 2rem auto;
}

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

@media screen and (max-width: 768px) {
    .produtos__texto h2 {
        text-align: center;
    }

    .btn-tabela {
        font-size: .8rem;
    }
}