.content-box {
    width: 80%;
    height: auto;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;

}

.gameInfo {
    width: 70%;
    padding: 10px;
}

.g_inner_box {
    width: 100%;
}

.ct_inner_box {
    width: 23%;
    padding: 10px 0;
    position: relative;
}



.gf-top_box {
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.gf-top_box img {
    width: 14%;
    height: 120px;
    border-radius: 5px;

}

.gf_text {
    width: 58%;

}

.gf_text p:nth-of-type(1) {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5;

}

.gf_text p:nth-of-type(2) {
    font-size: 13px;
    margin: 5px 0;
    font-weight: 400;
    line-height: 1.5;

}

.gf_text p:nth-of-type(3) {
    font-size: 12px;
}

.gf_btn {
    width: 24%;
    background-color: #6468EE;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 5px;
    display: block;
}

.gf_bottom {
    width: 100%;
    height: auto;
    padding: 10px 0;

}

.gf_bottom h2 {
    font-size: 27px;
    line-height: 2;
    font-weight: 400;
    text-transform: capitalize;
}

.gf_bottom p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;

}


.c-bottom {
    width: 93%;
    padding: 10px 2%;
}

.hot_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hot_box a {
    font-size: 16px;
    padding: 10px 15px;
    margin: 0 10px 20px 0;
    border-radius: 5px;
    box-shadow: 0 4px 20px 0 rgba(43, 64, 115, .12);
    font-size: 17px;
    border-radius: 4px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.2s linear;

}

.hot_box a img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.hot_box_text {
    font-size: 14px;
}

.hot_box a:hover {
    background-color: #5E47E8;
    color: #fff;
}

.caption_text {
    font-size: 25px;
    line-height: 1.5;
    text-transform: capitalize;
    margin: 10px 0;
}

.Latest_box {
    width: 100%;
}

.la_box {
    width: 100%;

    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.la_box img {
    width: 23%;
    height: 70px;
    border-radius: 10px;
    margin-right: 10px
}

.la_box_text {
    width: 58%;
    display: flex;
    padding: 5px 0;
    flex-direction: column;
    justify-content: space-between;

}

.la_box_text p:nth-of-type(1) {
    font-size: 16px;

}

.la_box_text p:nth-of-type(2) {
    font-size: 13px;

}

@media (max-width:759px) {
    .content-box {
        width: 96%;
        flex-wrap: wrap;
    }

    .gameInfo,
    .ct_inner_box {
        width: 100%;
    }

    .Categories a {
        font-size: 16px;
        padding: 10px 6px;
    }

    .gf-top_box {
        width: 100%;
        flex-wrap: wrap;
    }

    .gf-top_box img {
        width: 27%;
        height: 84px;
    }

    .gf_text {
        width: 66%;
    }

    .gf_text p:nth-of-type(1) {
        font-size: 20px;
    }

    .gf_text p:nth-of-type(2) {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .gf_btn {
        width: 100%;
        margin: 20px auto;
    }

    .hot_box a {
        font-size: 14px;
        padding: 10px 15px;
        margin: 0 9px 20px 0;
    }
}

@media (min-width:759px) {
    .ct_box_four {
        position: sticky;
        top: 0px;
        bottom: auto;
    }


}