.stat-icon {
    text-align: center;
    border: 2px solid var(--blue) !important;
    background: #fff;
    width: 100px;
    height: 100px;
    margin-inline: auto;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.main_color .stat-icon {
    background-color: #f5f5f5 !important;
}

.stat-icon object {
    width: auto;
    height: 60px;
}