.perfis-executivos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px 0;
}
.box-executivo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 25%;
    padding: 10px 5px!important;
    box-sizing: inherit;
    flex-direction: column;
    text-align: center;
}

.img-executivo {
    margin-right: 0!important;
    margin-bottom: 10px;
}

/*.boxDestaque01.box-cinza {
    padding: 30px 20px 50px;
    background: #f1f1f1;
    margin-top: 10px;
}*/

.box-executivo div {
    vertical-align: top !important;
}

.texto-executivo {
    max-width: 158px;
    margin-top: 9px !important;
}
