@media (max-width: 768px) {

    .ultimoCampeao {
        height: 150px;
        max-height: 150px;
        min-height: 150px;
        font-size: 75px;
    }
    .penultimoCampeao {
        height: 100px;
        max-height: 100px;
        min-height: 100px;
        font-size: 50px;
    }
    .antepenultimoCampeao {
        height: 50px;
        max-height: 50px;
        min-height: 50px;
        font-size: 25px;
    }

}

#title-champions {
    margin-bottom: 0;
    margin-top: 0;
}

.champions {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.titleUltimosCampeos{
    margin-top: -7%;
}

.championsContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 800px;
    max-height: 800px;
    min-height: 800px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.listAllChampions{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10%;
}

.listCampeoes{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 600px;
    max-height: 600px;
    min-height: 600px;
    margin-right: 5%;
    width: 45%;
    min-width: 45%;
    max-width: 45%;
    margin-top: -7%;
}

.ultimosCampeos{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 600px;
    max-height: 600px;
    min-height: 600px;
    margin-left: 5%;
    width: 45%;
    min-width: 45%;
    max-width: 45%;
}

.listUltimosCampeos {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 10%;
}

.ultimoCampeao {
    height: 300px;
    max-height: 300px;
    min-height: 300px;
    font-size: 150px;
}
.penultimoCampeao {
    height: 200px;
    max-height: 200px;
    min-height: 200px;
    font-size: 100px;
}
.antepenultimoCampeao {
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    font-size: 50px;
}

.championsList {

    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 100%;
    color: var(--cor-texto);
    font-size: 25px;
}

.championsList li {
    margin-top: 10%;
}