 .gamehall_gamelist_item_content_img {
    height: 180px;
    overflow: hidden;
    margin: -15px -15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gamehall_gamelist_item_content_img img,
.gamehall_gamelist_item_content_img picture {
    width: 100%;
    height: auto;
}
.gamehall_gamelist_item {
    overflow: hidden;
    border-radius: 10px;
    padding: 15px;
    background: #e6f2fe;
}
.gamehall_gamelist_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
.gamehall_gamelist_item_desc{
color: #0a4794;
margin-bottom: 15px;
font-size: 18px;
line-height: 1.2;
}
.gamehall_gamelist_item_content{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.gamehall_gamelist_item_content .button{
    margin: auto auto 0 auto;
    padding: 10px;
}
.gamehall_gamelist_item_name {
    color: #0a4794;
    text-align: center;
    font-weight: 700;
    padding: 10px 0;
    font-size: 20px;
line-height: 1.2;

}
.gamehall_gamelist{
margin: 20px 0 40px 0;
}
.icon_nav_wrapper {
    width: 30px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 5px;
    margin-right: 10px;
}
.icon_nav_wrapper span {
    display: block;
    background: #0b9700;
    height: 3px;
    width: 100%;
    border-radius: 5px;
}
.thumb{
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.bottom-menu__ico{
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom-menu__ico img{
    max-width: 100%;
    object-fit: contain;
}
@media(max-width: 767px){
    .gamehall_gamelist_content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}
}