.bloco-texto .container {
    display: flex;
    justify-content: center;
}

.bloco-texto .logo-texto {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bloco-texto svg {
    margin-bottom: 1rem;
}

.bloco-texto h2 {
    color: var(--Preto, #404040);

    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.bloco-texto p {
    text-align: center;
}


@media (min-width: 1024px) {
    .bloco-texto .logo-texto {
        width: 80%;
    }
}