.adv-counter-box-d71959db {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 20px;
    background-color: #111;
    border-radius: 8px;
    border: 1px solid #222;
}

.adv-counter-icon-d71959db {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c0f748;
    font-size: 32px;
}
.adv-counter-icon-d71959db svg {
    width: 32px;
    height: 32px;
    fill: #c0f748;
}

.adv-counter-content-d71959db {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.adv-counter-number-d71959db {
    font-size: 36px;
    font-weight: 700;
    color: #c0f748;
    display: flex;
    align-items: baseline;
}

.adv-counter-prefix-d71959db,
.adv-counter-suffix-d71959db {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.adv-counter-title-d71959db {
    margin-top: 10px;
    font-size: 16px;
    color: #e6e6e6;
}
