.jersey-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 576px) {
    .jersey-icon {
        width: 32px !important;
        height: 36px !important;
    }
    
    .jersey-icon text {
        font-size: 11px !important;
    }
}