.faleconosco-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0% 15%;
    padding: 2%;
    /* background-color: #973D3D; */
    border-radius: 20px;
    column-gap: 3%;
}
div#fale-conosco{
    background: url(../images/BG_azul_FaleConosco.png ) no-repeat center;
    background-size: 100% 100%;
    padding: 5% 0px;
}
.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: 700;
    color: black;
    /* text-align: center; */
    margin-bottom: 50px;
    margin-top: 0px;
}

.texto-faleconosco {
    width: 100%;
}
.info {
    display: grid;
}

.itens > div {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.itens h5 {
    font-weight: 700;
    color: black;
}
.link-card {
    width: 50%;
    padding: 10px;
}

.link-card div {
    display: flex;
    align-items: center;
    gap: 10px;
    a{
        color: black!important;
    }
}
