.attendees-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 44px;
    margin-right: -56px;
}

.attendees-info .attendees-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #b21f29;
    color: var(--white-color);
    font-size: 16px;
    line-height: 16px;
    border: 3px solid #be181c;
    border-color: var(--white-color);
    padding: 40px 10px;
    border-radius: 50%;
    width: 144px;
    height: 144px;
    margin-left: 56px;
    margin-right: 56px;
    text-align: center;
    margin-bottom: 25px;
}    

.attendees-info .attendees-info__number {
    font-size: 40px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1000px) {
    .attendees-info {
        margin-left: 50px;
        margin-right: -22px;
    }
    .attendees-info .attendees-info__item {
        margin-left: 22px;
        margin-right: 22px;
    }
}

@media only screen and (max-width: 768px) {
    .section_inner_margin,
    .full_section_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .attendees-info {
        margin-top: 35px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-left: -24px;
        margin-right: -24px;
    }
    .attendees-info .attendees-info__item {
        font-size: 10px;
        line-height: 12px;
        width: 104px;
        height: 104px;
        margin-left: 24px;
        margin-right: 24px;
    }
    .attendees-info .attendees-info__number {
        font-size: 28px;
    }
}