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

@media screen and (min-width: 768px) {
    .characters__list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}