.gojigamesindex {
    padding-bottom: 5rem;
}

.gojigamesindex .banner {
    width: 30%;
}

.gojigamesindex .subtitle {
    font-family: "Metropolis Regular";
    color: #0d4962;
    font-size: 20px;
    margin-bottom: 50px;
}

.gojigamesindex .games-container {
    display: flex;
    flex-direction: row;
}

.gojigamesindex a:link {
    text-decoration: none;
}

.gojigamesindex a:visited {
    text-decoration: none;
}

.gojigamesindex a:hover {
    text-decoration: none;
}

.gojigamesindex a:active {
    text-decoration: none;
}

.gojigamesbox {
    cursor: pointer;
    display: flex;
    /* width: 309px; */
    padding: 25px 18px 25px 17px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 25%;
    text-align: center;
    border-radius: 32px;
    background: #f0f0f0;

    /* Main Shadow OK */
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-right: 2%;
}

.gojigamesbox .gg-logo {
    width: 50%;
    border-radius: 50%;
}

.gojigamesbox .gg-logo {
    width: 50%;
    border-radius: 50%;
}

.gojigamesbox .title {
    color: #0d4962;
    font-family: "Metropolis Bold";
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0.36px;
    margin: 20px 0;
}

.gojigamesbox .description {
    color: #222;
    text-align: center;
    font-family: "Metropolis Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.24px;
}

.gojigamesbox .leaderboards-icon {
    height: 27.5px;
    width: 30px;
    background-size: contain;
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gojigames/i/gg_leaderboard_light.svg);
    margin: auto;
    margin-top: 20px;
}

.gojigamesbox .leaderboards-text {
    font-family: "Metropolis Regular";
    color: #0d4962;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 200% */
    letter-spacing: 0.24px;
    margin-top: 10px;
}

@media screen and (min-width: 2023px) {
    .gojigamesindex .subtitle {
        font-size: 32px;
        line-height: 32px;
    }
    .gojigamesbox .title {
        font-size: 36px;
        line-height: 42px;
    }
    .gojigamesbox .leaderboards-text,
    .gojigamesbox .description {
        line-height: 26px;
        font-size: 26px;
    }

    .gojigamesbox .leaderboards-icon {
        height: 55px;
        width: 60px;
    }

    .gojigamesbox {
        padding: 35px 18px 35px 17p;
    }
}
@media screen and (min-width: 4047px) {
    .gojigamesindex .subtitle {
        font-size: 48px;
        line-height: 48px;
    }
    .gojigamesbox .title {
        font-size: 54px;
        line-height: 54px;
    }
    .gojigamesbox .leaderboards-text,
    .gojigamesbox .description {
        font-size: 42px;
        line-height: 48px;
    }

    .gojigamesbox .leaderboards-icon {
        height: 55px;
        width: 60px;
    }
    .gojigamesbox {
        padding: 40px 18px 40px 17p;
    }
}

.dark .gojigamesbox .leaderboards-icon {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gojigames/i/gg_leaderboard_dark.svg);
}

.dark .gojigamesbox {
    background: #042533;
}

.dark .gojigamesbox .leaderboards-text,
.dark .gojigamesbox .description,
.dark .gojigamesbox .title,
.dark .gojigamesindex .subtitle {
    color: rgba(255, 255, 255, 0.87);
}
