.font{

    background-color: #EE6C98;
  
}

.conteudo{

    background-color: #f1f1f1;
}


.fundo{
    background-color: #FFBD59;
}

.hr{
    color: #fa9806;
}


.buto{

border-bottom: #EE6C98;
background-color: #EE6C98;



}

.pink{

    background-color:  #EE6C98;
}



.depoimentos h3{
    text-align: center;
    font-size: 40px;
}

.depoimentos p{
    margin-bottom: 20px;
    text-align: center;
}

.cards{
    display: flex;
    justify-content: center;
}

.cards-item img{
    border-radius: 100%;
    width: 80px;
    display: block;
    margin: 10px auto;
}

