@media (max-width: 768px) {
  
    .container{
        padding-inline: 15px;
    }
    .tournaments-cards{
        padding: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .card-details {
        flex-direction: column;
        gap: 15px;
    }
  
    .card::after {
        display: none;
    }

    .game-icon {
        font-size: 3rem;
        margin-bottom: 15px;
    }

    .card h2 {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }

    .detail-value {
        font-size: .9rem;
        font-weight: 600;
    }

    .enter-tournament {
        font-weight: 600;
        padding: 15px 20px;
        letter-spacing: 1px;
        font-size: .9rem;
    }
}