.og7amg-recommend-content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Two columns layout */
    gap: 15px;
    /* Gap between items */
    /* padding: 0.5rem 1rem; */
    margin: 10px 0px 20px 0px;
   
}

.og7amg-recommend-content img {
    width: 100%;
}

.og7amg-recommend-content-hot{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* Two columns layout */
    gap: 20px;
    /* Gap between items */
    /* padding: 0.5rem 1rem; */
    margin: 10px 0px;
}

.og7amg-recommend-content-hot img {
    width: 100%;
}

.og7amg-index-game-info {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4vh;
}


.og7amg-index-game-info p {
    color: #fff;
    margin: 0px;
    font-size: 0.9rem;
    padding: 5px;
}




