.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;
    }
}

 .span{
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    margin-left: 30px;
  }
.ita{
   position: relative;
}
 .suo {
  width: 38px;
    height: 48px;
    z-index: 2;
    position: absolute;
    top: 20px;
    display: flex;
    right: 20px;
    background: #2DBD4E;
    border-radius: 0px 19px 0px 14px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.suo img{
    width: 16px;
}
.jijisuo {
    background: #FFD700;
}


@media (max-width:550px) {
.suo {
    width: 38px;
    height: 40px;
    top: 12px;
    right: 12px;
   
}.suo img {
    width: 10px;
}
.span {
    font-size: 10px;
    margin-left: 5px;
}
}
























