.card-experts {
    background-color: #dfdfe0;
    border: none;
    flex: 0 0 330px;
    max-width: 330px;
}

.card-experts .name-experts {
        font-family: Proxima Nova;
        font-weight: 400;
        font-size: 8pt;
        color: #454545;
}
    
.card-experts p span {
    color: #24649e;
    font-weight: 700;
    font-size: 12pt;
} 

.card-experts .rounded-circle {
    border: solid 3px white;
}

.card-experts button {
    margin-top: 1rem;
    margin-bottom: 1rem;
}