.sbc_who_attends {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sbc_who_attends__item--container {
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 19px 20px;
}

.sbc_who_attends:not(.image) .sbc_who_attends__item--container {
    width: 210px;
    height: 210px;
}

.sbc_who_attends.image .sbc_who_attends__item--container {
    width: 219px;
    height: 219px;
}

.sbc_who_attends__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    border-radius: 100%;
    font-weight: 700;
    text-align: center;
}

.sbc_who_attends:not(.image) .sbc_who_attends__item {
    width: 182px;
    height: 182px;
}

.sbc_who_attends.image .sbc_who_attends__item {
    width: 130px;
    height: 130px;
}

.sbc_who_attends:not(.image) .sbc_who_attends__item,
.sbc_who_attends:not(.image) .sbc_who_attends__item .sbc_who_attends__item--item-value, 
.sbc_who_attends:not(.image) .sbc_who_attends__item .sbc_who_attends__item--item-value span {
    font-size: 44px;
    padding-top: 12px;
}

.sbc_who_attends.image .sbc_who_attends__item,
.sbc_who_attends.image .sbc_who_attends__item .sbc_who_attends__item--item-value,
.sbc_who_attends.image .sbc_who_attends__item .sbc_who_attends__item--item-value span {
    font-size: 33px;
    line-height: 27px;
}

.sbc_who_attends__item .sbc_who_attends__item--category {
    font-weight: 400;
}

.sbc_who_attends:not(.image) .sbc_who_attends__item .sbc_who_attends__item--category {
    font-size: 25px;
    line-height: 30px;
    margin-top: 10px;
}

.sbc_who_attends.image .sbc_who_attends__item .sbc_who_attends__item--category {
    font-size: 16px;
    padding-top: 6px;
}

@media(max-width:975px) {
    .sbc_who_attends__item--container {
        width: 120px;
        height: 120px;
        margin-bottom: 20px;
    }
    .sbc_who_attends__item,
    .sbc_who_attends__item .sbc_who_attends__item--item-value,
    .sbc_who_attends__item .sbc_who_attends__item--item-value,
    .sbc_who_attends:not(.image) .sbc_who_attends__item .sbc_who_attends__item--item-value,
    .sbc_who_attends__item .sbc_who_attends__item--item-value span {
        width: 109px;
        height: 109px;
        font-size: 24px;
    }
    .sbc_who_attends__item .sbc_who_attends__item--category {
        font-size: 12px;
        padding-top: 0;
        line-height: 12px;
    }
}

@media(max-width:306px) {
    .sbc_who_attends__item--container {
        margin: 15px!important;
    }
}