.banner-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    padding: 0px 7vw;
}

.titulo-banner {
    width: 45%;
}

.banner-img {
    width: 45%;
}

img.img-banner {
    width: 100%;
    height: auto;
}

h1 {}

.titulo-banner h1 {
     font-size: 5.7rem;
    font-weight: 600;
    color: #791114;
}