
.textoNossa_historia {
    line-height: 1.4em;
    margin: 20px 5%;
    color: #8a1414;
    font-family:  "Dancing Script", cursive;
    font-size: 1.8em;
    font-weight: bolder;
    text-align: center;
}
.caixaNossaEstoria {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
img  {
    width: 30%;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

@media only screen and (max-width: 800px) {
    .caixaNossaEstoria {
        flex-direction: column;
    }
    img  {
        width: 80%;
        margin: auto;
    } 
    .textoNossa_historia {
        font-size: 1.2em;
    } 
}