.games-2 .flex .box-1 a:nth-child(1) {
    grid-column: span 1;
    grid-row: span 1;
}

.games-2 .flex .box-1 a .item .play-btn {
    display: none;
}

.games-2 .flex .box-1 {
    grid-template-columns: repeat(5, 1fr);

    padding: 6px;
}

.games-2 .flex .box-1 a {
    padding: 6px;
}

.games-2 .heading {
    grid-column: 1/-1
}

.games-2 .flex .box-2 .popular-game {
    margin-top: 48px;
}

.h5-desc {
    display: none;
}

@media (max-width:768px) {
    .games-2 .flex .box-1 {
        grid-template-columns: repeat(4, 1fr);
    }

}

@media (max-width:550px) {
    .games-2 .flex .box-2 {
        order: -2;
    }

    .games-2 .flex .box-1 {
        grid-template-columns: repeat(3, 1fr);
    }

    .games-2 .flex .box-2 .popular-game {
        margin-top: 6px;
    }

    .dt.h5-desc {
        box-shadow: none;
        order: -1;
        margin-top: 12px;
    }

    .h5-desc .desc {
        display: block !important;
        padding: 12px;
        border-radius: 16px;
        background: #FFF;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
    }

    .h5-desc {
        display: block !important;
        width: 100%;
        margin: 0 12px;
    }

    .dt.h5-desc .desc .text {
        height: 100px;
    }
    .h5-desc .paly-btn{
        position: relative;
        color:#333;
        margin-top: 12px;
    }
    .h5-desc .paly-btn::before{
        display: none;
    }
}