.titulo-produtos {
    display: flex;    margin-left: 100px;
    font-size: 40px;
}

.bordinha {
    border-bottom: 2px solid black;
    width: 70px;
    margin-left: 100px;
}


.paragrafo-produtos {
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 24px;
    margin-top: 20px;
 }


 .imagem-produtos {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
 }

 .fale-conosco {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 }

 .fale-conosco h3 {
    font-size: 25px;
 }

 .fale-conosco h1 {
    font-size: 30px;
 }

 .fale-conosco-num {
    padding: 5px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    width: 230px;
    background-color:#314e2e ;
    color: white;
    gap: 10px;
    margin-bottom: 50px;
 }


 .fale-conosco-num  img {
    width: 25px;
 }
 .dis {
    display: flex;
    align-items: center;
    justify-content: space-between;
 }

 .titulo-produtos h2{
    font-size: 19px;
    color: white;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;

 }

 .wpp-fale {
    background-color: #314e2e;
    margin-right: 50px;
    gap: 5px;
    width: 150px;
    justify-content: center;
    display: flex;
    align-items: center;
 }

 .wpp-fale  img {
    width: 20px;
 }