.imagem-centrada{    
    position: relative;
    width: calc(100% + 440px);
    height: fit-content;
    display: flex;
    justify-content: center;
    overflow: hidden;
    left: -290px;
}

.imagem-centrada h1 {
all:unset;
}

.dialog-body {
overflow-y: auto !important;
    overflow-x: hidden !important;
}

.flex-div {
display:flex;
gap:70px;
    flex-wrap: wrap;
}

.bloco-texto {
    min-width: 500px;
    max-width: calc(100% - 620px);
}

.img-ed {
    width: 550px;
    height: 483px;
    object-fit: cover;
}

.txt-title-resize {
font-size: var(--h1-text-size) ;
    line-height: var(--line-height-standard);
}

@media only screen and (max-width: 1434px) {
    .bloco-texto {
        width: 100%;
min-width: unset;
max-width:  unset;
    }

.flex-div {
justify-content: center;
}

.img-ed {
        width: 50%;
        height: unset;
        object-fit: unset;
    }
}
@media only screen and (max-width: 1080px) {
.img-ed {
        width: 80%;
    }
}
@media only screen and (max-width: 600px) {
.txt-title-resize {
font-size: var(--h2-text-size);
    line-height: var(--line-height-def);
    }

.imagem-centrada {
    width: calc(100% + 230px);
    left: -190px;
}
}