.card-equipe{ border-left: 2px groove #f7f7f79e; padding-left: 10px; margin: 25px 10px 25px 0px; width: 250px; align-items: center; text-align: center;}
.card-equipe .foto img{ border-radius: 10px; margin-bottom: 5px;}
.card-equipe .descricao p{ margin-bottom: 0;}
.card-equipe p { font-size: 11px; }
.card-equipe p strong { font-size: 12px; }
svg {
    max-width: 96%;
    margin-left: 2%;
}
svg path.tem {
    fill: #c4c8ceff;
}
svg path.tem:hover {
    fill: #1a456c;
}
.estadoActive, 
.estadoActive path {
    fill: #319eb2 !important;
}
div#descricao {
    padding: 15px;
    font-size: 14px;
    background-color: #eee;
    text-align: justify;
}
@media (min-width: 1200px) {
    .card-equipe:nth-child(4n+1){ border-left:none; }
}
@media (max-width: 576px) {
    .card-equipe{ border-bottom: 2px groove #f7f7f79e; border-left: none; padding: 0 20px; margin: 25px auto; width: 100%;}
}