#stats-table-section #stats-table .tr-row {
    justify-content: center;
}

#stats-table-section #stats-table .tr-stats-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#stats-table-section #stats-table .tr-stats-col svg {
    width: 50px;
    height: 50px;
}

@media (max-width: 991px) {

}

@media (min-width: 992px) {
    #stats-table-section {
        padding: 0;
    }

    #stats-table-section #stats-table {
        display: block;
        width: 50%;
        height: auto;
        padding: var(--gap);
        left: 50%;
        top: 0;
        bottom: auto;
        right: auto;
        transform: translate(-50%, -50%);
        position: absolute;
        border-radius: var(--round-corn);
        z-index: 1;
    }
}