.equipes .title-categorias {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 4%;
    text-transform: capitalize;
    color: #141414;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.div-title-categoria{
    border-bottom: 2px solid #F37B20; /* Linha sob o título */  
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.member-card{
    background-color: #FFFFFF;
    width: 100%;
    height: 174px;
    opacity: 1;
    border: 1px solid #F6BA8D;
    border-width: 1px;
    margin-bottom: 20px;
    padding: 5px 15px;
}

.member-card h4{
    font-family: Open Sans;
    font-weight: bold;
    font-size: 20px;
    line-height: 175%;
    letter-spacing: 2%;
    font-style: bold;
}

.member-card .member-info-line{
    font-family: Open Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 175%;
    letter-spacing: 2%;
    color:#595959;
}
.member-card .member-info-line a{
    color:#595959;
}



/* Estilo do título do acordeão */
.content-expand {
  display: none;
}
