h2[class*="text-subtitle-2"] {
    font-size: 0 !important;
}

h2[class*="text-subtitle-2"]::after {
    content: "Play. Earn. Level Up.";
    font-size: 16px;
    color: rgba(255,255,255,.70);
}

@media (max-width: 600px) {
    h2[class*="text-subtitle-2"]::after {
        font-size: 14px;
    }
}
/* Cache le bouton "Choose a game" du hero */
button[aria-haspopup="dialog"].bg-primary {
    display: none !important;
}