.highlighted-number {
    max-width: 75px;
    aspect-ratio: 1/1;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.highlighted-number span {
    font-weight: bold;
    font-size: 28px;
}