.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 60px;
}

.historia .row div {
    word-wrap: break-word;
}

.paragrafoHistoria {
    font-family: sans-serif;
    font-size: 18px;
    text-indent: 35px;
    word-break: break-word;
    color: black;
}

[class^="h3"] {
  font-weight: bold;
  text-indent: 10px;
  padding: 30px 0px;
}

#historia {
    margin: 10px auto;
    width: 100%;
}

#historia .titulo {
    font-weight: 600;
    font-family: sans-serif;
    font-size: 2rem;
    color: #131A50;
    text-indent: 35px;
}

#loja img {
  border-radius: 30px;
  margin: 0 30px;
}


@media screen and (max-width: 991px) {
    #loja img {
        margin: 0;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .historia .row div {
        width: 100vw;
    }

    #loja {
        display: flex;
        justify-content: center;
    }

    #loja img {
        width: auto;
        margin: 0 0;
    }
}