.section.conteudo_foto {
    padding-top: 30px;
}

    .conteudo_foto .flex {
        justify-content: center;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        gap: 60px;
    }

        .conteudo_foto .txt,
        .conteudo_foto .foto {
            width: 50%;
        }

        .conteudo_foto .foto {
            background-position: center !important;
            background-size: cover !important;
            background-repeat: no-repeat !important;
        }

        .conteudo_foto .txt.direita, 
        .conteudo_foto .txt.esquerda {
            padding: 60px 0;
            z-index: 2;
        }

        .conteudo_foto .txt p, 
        .conteudo_foto .txt h2 {
            max-width: 570px;
        }

            .conteudo_foto .txt.esquerda h2, 
            .conteudo_foto .txt.esquerda p {
                margin: 0 0 0 auto;
            }

        .conteudo_foto .foto.esquerda {
            align-content: center;
        }

            .conteudo_foto  .foto_esquerda::before {
                display: block;
                position: absolute;
                top: 0;
                right: 1.25rem;
                color: var(--branco);
                font-size: 132px;
                line-height: 1;
                font-weight: 800;
                opacity: 0.4;
                filter: blur(3.1500000953674316px);
            }

            .conteudo_foto .foto.esquerda img {
                margin-right: 0;
                margin-left: auto;
            }

            .conteudo_foto .foto.direita img {
                margin-right: auto;
                margin-left: 0;
            }
