.row .product{
    display: flex;
}
@media (max-width: 992px) {
.offset-lg-1  ul{
    margin-right: 30px;
    margin-left: 30px;
}
}
@media (max-width:768px){
.row .product{
    flex-wrap: wrap;
}
.video-section{
	padding: 350px 0px;
}
.games-section{
    background-image: url(../images/gift--bg-mobile.webp);
    background-repeat: no-repeat;
    box-sizing: cover;
}
}
.product li{
    margin-bottom: 100px;
}

.offset-lg-1 li {
    color:#dad9d9;
    margin-bottom: 40px;
}
.offset-lg-1 p .R95 {
    color:#193792;
}
.R95-First{
    margin-bottom: 6px;
}
.offset-lg-1  p .M95{
    color:#193792;
}
.offset-lg-1 h4{
    margin-bottom: .4em;
}
.offset-lg-1 span{
    font-weight: 700;
}

.sec-title  .buy-title {
    color: #000;
    }
.row h2{
    color: #fff;
}
.text{
    color:#bfbfbf;
}
.text a{
    color: aqua;
}
.copyright a{
    color: aqua;
}

/* .featured-games-section {
    background-image: url(../images/icons/logo-icon.webp);
    background-repeat: no-repeat;
} */
