.faleconosco-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0% 5%;
    padding: 2%;
    background-color: #973D3D;
    border-radius: 20px;
    column-gap: 3%;
}

.faleconosco-img {
    width: 30%;
}

img.img-faleconosco {
    width: 100%;
    height: auto;
}

.texto-faleconosco {
    width: fit-content;
}

.texto-cont p {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    font-size: 2.2rem;
    font-weight: 500;
    color: #fff;
}

.texto-cont a, .texto-cont a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

h1.titulo-faleconosco {
    font-size: 6rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 70px;
}