.apresentacao-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    padding: 0px 5vw;
    column-gap: 5px;
}

.apresentacao-img {
    width: 45%;
}

.apresentacao-img {}

img.img-apresentacao {
    width: 100%;
    height: auto;
}

.texto-apresentacao {
    width: 50%;
}

.texto-apresentacao p {
    font-size: 1.7rem;
    line-height: 1.3;
}

div#apresentacao h3 {
    text-align: center;
    font-size: 4rem;
    color: #791114;
    font-weight: 600;
}