.content-bs {
    padding: 0 20px 0px 20px;
}

.desktop {
    display: none;
}

.d-none {
    display: none;
}

.mg-btn {
    border-radius: 4px;
    height: 48px;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    border: none;
    cursor: pointer;
    padding: 6px 12px;
}

.mg-btn-primary {
    background: var(--primary-color);
    font-weight: bold;
    color: #fff;
    border: 1.5px solid #158463;
    border: 1.5px solid var(--primary-color);
}

.section__title--secondary {
    font-weight: normal;
    color: #212529;
    margin-bottom: 16px;
}

@media(min-width: 733px) {
    .content-bs {
        /*padding: 64px 0 0 0;*/
        margin: 0 auto;
        max-width: 733px;
    }

        .content-bs .section__p {
            text-align: center;
        }

    .mobile {
        display: none;
    }

    .desktop {
        display: block;
    }

    .section__title--secondary {
        font-size: 24px;
        line-height: 39px;
        text-align: center;
    }
}

.game-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    margin-top: -16px;
    position: relative;
}

.game-overlay {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

    .game-overlay > .mg-btn {
        width: auto;
        padding: 0 25px;
    }

@media(min-width: 733px) {
    .game-container {
        width: 335px;
    }
}

.game-card {
    background: #F2F2F2;
    border-radius: 4px;
    width: 64px;
    height: 64px;
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-basis: 21.3%;
    cursor: pointer;
}

    .game-card > div {
        display: none;
    }

    .game-card.open > div,
    .game-card.matched > div {
        display: block;
    }

.countdown {
    font-weight: bold;
    font-size: 32px;
    line-height: 26px;
    color: #212529;
    text-align: center;
    margin-bottom: 16px;
}

.found {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #212529;
    margin-bottom: 16px;
}

    .found > span {
        color: var(--secondary-color);
    }

.end-game-info {
    text-align: center;
    margin-bottom: 250px;
}

    .end-game-info > h5 {
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        color: var(--secondary-color);
        margin-bottom: 28px;
    }

    .end-game-info > p {
        margin-bottom: 32px;
    }

    .end-game-info > .mg-btn {
        width: auto;
        padding: 0 25px;
    }

@media(min-width: 733px) {
    .joingame-txt {
        font-weight: bold;
    }
}

.mb-32px {
    margin-bottom: 32px;
}

/* 
    Game icons theme 
*/
.svg-apple path:nth-of-type(1),
.svg-apple path:nth-of-type(4),
.svg-apple path:nth-of-type(5) {
    fill: var(--primary-color);
}

.svg-bank path:nth-of-type(n+1):nth-of-type(-n+14):not(:nth-of-type(5)):not(:nth-of-type(10)) {
    /* fill 1-14 exclude 5 and 10*/
    fill: var(--primary-color);
}

.svg-camera path:nth-of-type(n+3):nth-of-type(-n+7) {
    /* 3 - 7*/
    fill: var(--primary-color);
}

.svg-encryption path:nth-of-type(17),
.svg-encryption path:nth-of-type(20),
.svg-encryption path:nth-of-type(21) {
    fill: var(--primary-color);
}

.svg-eye path:nth-of-type(3),
.svg-eye path:nth-of-type(5) {
    fill: var(--primary-color);
}

.svg-magnifier path:nth-of-type(1),
.svg-magnifier path:nth-of-type(2),
.svg-magnifier path:nth-of-type(6),
.svg-magnifier path:nth-of-type(7) {
    fill: var(--primary-color);
}

.svg-price path {
    fill: var(--primary-color);
}

.svg-star path {
    fill: var(--primary-color);
}
