

/* Start:/local/components/custom/games.theme/templates/.default/style.css?17702196681261*/
.games-theme__header {
    text-align: center;
    margin-bottom: 4.625rem;

    @media (min-width: 1200px) {
        text-align: left;
    }
}

.games-theme__header h1 {
    text-transform: uppercase;
    margin-bottom: 0.6875rem;
}

.games-theme__level {
    font-size: 1.875rem;
    font-weight: 500;
    color: var(--primary-blue);
    margin-bottom: 2.125rem;
}

.games-theme__description {
    font-size: 1.375rem;

    @media (min-width: 1200px) {
        max-width: 35.125rem;
    }
}

.games-theme__games-title {
    text-align: center;
    margin-bottom: 2rem;

    @media (min-width: 1200px) {
        text-align: left;
    }
}

.games-theme__games-grid {
    display: grid;
    gap: 4.25rem;
}

.games-theme__game-card {
    max-width: 51.875rem;
}

.games-theme__game-card-wrapper {
    border: 2px solid var(--blue);
    border-radius: 1.5625rem;
    padding: 2.8125rem 3.25rem 1.875rem;
    background-color: var(--blue-200);
}

.games-theme__game-info h3 {
    font-size: 1.5625rem;
    font-weight: 500;
    color: var(--primary-blue);
    text-align: center;
    margin-bottom: 1.5625rem;

    @media (min-width: 1200px) {
        text-align: left;
    }
}

.games-theme__game-description {
    font-size: 1.375rem;
    margin-bottom: 2rem;
}

/* End */
/* /local/components/custom/games.theme/templates/.default/style.css?17702196681261 */
