.evolution{
    padding: 13px 0;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}
.card {
    margin: 0 15px;
    padding-bottom: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    flex: 1 1 135px;
    z-index: 1;
}
.card:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0px, calc(-50% - 23px));
    width: 135px;
    height: 135px;
    background: #edf8fb;
    border-radius: 50%;
    z-index: -1;
}
.card__title {
    padding: 5px 0;
    font-family: 'RotonBol';
    font-style: normal;
    font-weight: inherit;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #A46A6E;
}