#standings{
    min-height: 500px;
}
#standings .title{
    text-align: center;
}
#standings .title .desc{
    font-size: 18px;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.72px;
    color: #999;
}
#standings .list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
#standings .list .resultsTable{
    width: calc((100% - 20px) / 2);
}
@media (max-width:1023px) {
    #standings .list{
        display: block;
        padding: 0 5px;
    }
    #standings .list .resultsTable{
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width:767px) {
    #standings .title .desc{
        font-size: 13px;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: 0.13px;
    }
}
