



.section5-title p {
    text-align: center;
    padding: 0 20px;
    font-size: 40px;
    color: white;
}

    .section5-title p span {
        color: #ffcb00;
    }

.section5-title img {
    width: 100%;
    transform: translateY(10px);
}

.section5-title .title {
    margin-left: 0;
    line-height: 10px;
}


.table-bg {
    width: 100%;
    transform: scaleY(0);
}




.ranking-list::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.ranking-list::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,.3);
    border-radius: 0px;
}

/* Handle */
.ranking-list::-webkit-scrollbar-thumb {
    background: #ffcb00;
    border-radius: 0px;
}



.section5 .gamer-line-left {
    transform: translateY(15px);
}

.section5-abajo-der {
    bottom: 0;
    right: 0;
}

.section5 ol {
    padding-left: 0;
}

.section4-footnotes p {
    color: white;
    text-align: center;
    padding-bottom: 6rem;
    font-family: 'Helvetica'
}

@media only screen and (max-width: 900px) {

    .section4-footnotes {
        max-width: 80%;
        margin-top: 120px;
        margin: 1rem auto 0;
    }
}
