body{
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #f7f7f7;
    padding-bottom:40px;
}
.header{
   width: auto;
   height: auto;
   padding: 50px 0px;
   background-color: #f7f7f7;
   text-align: center;
}
.header-heading h2{
    font-size:56px;
    color:#ff0000;
    font-family:'Times New Roman', Times, serif;
    font-weight: 700;
    margin: 0px;
}
.header-text p{
    font-size:18px;
    color:#7a7a7a;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin:5px 0px;
}
.game-list{
    width:1200px;
    height: auto;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top:20px;
}
.game-list-detail{
    display: flex;
    flex-direction: column;
}
.game-list-detail-col{
    width:23%;
    min-height: 110px;
    float:left;
    padding:0px 0.9%;
    margin:0px;
    border-right: 1px solid #bcbcbc;
    
}
.slot-container{
    display: flex;
    justify-content: center;
}
.col-1{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.col-1-img img{
    width: 70px;
    height:70px;
    border-radius:5px;
}
.col-1-img{
    width: 25%;
    height:70px;
    float: inline-start;
}
.col-1-title{
   width: 70%;
   height: auto;
   float: inline-start;
   margin-left: 3%;
}
.col-1-title h2{
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;

}
.col-2{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.col-2 h5{
    margin: 0px;
    font-size: 14px;
    font-family: 'Times New Roman', Times, serif;
    color: #7a7a7a;
    font-weight: 500;
}
.col-2 h2{
    margin: 0px;
    font-weight: 800;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
}
.col-2 h3{
    margin: 0px;
    font-weight: 600;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
.col-2 p{
    margin: 0px;
    font-size: 14px;
    font-family: 'Times New Roman', Times, serif;
    color: #7a7a7a;
    font-weight: 500;
    margin-top: 10px;
}
.col-3{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.review{
    width: 74%;
 border-radius: 25px;
 display: flex;
 justify-content: center;
 padding: 7px 10px;
 border:1px solid #bcbcbc;
 margin: 0px 9%;
}
.review img{
    width: 17px;
    height: 17px;
    float: left;
}
.review h4{
    width: 35px;
    margin: 0px;
    float:left;
    font-weight: 800;
   }
   .col-3 p{
    margin: 5px 0px 0px 0px;
    font-size: 12px;
    font-weight: 800;
    color: #464545;
   }
   .col-4{
    border: none !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
   }
   .col-4 a{
    background-color: #ff0000;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 50px;
    border-radius: 25px;
   }
   .row-review-btn{
    margin-top: 30px;
   }
   .review-btn{
    background-color: #d9d7d7 !important;
    color: #000 !important;
    margin-top: 20px;
    padding: 10px 60px !important;
   }
   .game-dwn-text{
    margin-top: 15px;
   }
   .game-dwn-text p{
    margin: 0px;
    color: #7a7a7a;
   }
   .info-container{
    display: flex;
    flex-direction: column;
    align-items: center;
   }
   .faqs-container{
    width: 1200px;
    height: auto;
    display: flex;
    background-color: #e6e6e6;
    flex-direction: column;
    margin-top: 100px;
    border-radius: 10px;
    padding: 30px;
   }
   .faqs-container h2{
    font-size: 46px;
    font-weight: 800;
    letter-spacing: 10px;
    margin: 0px;
    color: #ff0000;
   }
   .faqs-container p{
    font-size: 16px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px 0px 0px 0px;
    color: #343434;
    line-height: 22px;
   }
   .faqs-container h3{
    font-size: 22px;
    font-weight: 800;
    font-family: 'Times New Roman', Times, serif;
    margin: 30px 0px 0px 0px;
    line-height: 22px;
   }

 @media only screen and (max-width: 1120px) {
.col-1-img img{
width:100%;
height:auto;
margin-top:10px;  
}
.faqs-container{
        width: 90% !important;
        max-width: 100%;
        margin-top: 50px;
        padding:4%;
    }
}


   @media only screen and (max-width: 767px) {
    body{
        width: 100%;
        padding: 0px;
    }
    .container{
        width: 100%;
    }
    .wrapper{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .faqs-container{
        width: 89% !important;
        max-width: 100%;
        margin-top: 50px;
        padding:4%;
    }
    .game-list{
        width: 100%;
    }
    
    .game-list-detail-col{
        width: 96%;
        border-right:none;
        border-bottom:1px solid #bcbcbc;
    }
    .col-2{
        padding: 20px 0px;
    }
    .col-4{
        padding:15px 0px;
        border-bottom:1px solid #bcbcbc !important;
    }

    .header-img img{
        width: 100%;
    }
    .header-heading h2{
        font-size: 42px;
    }
    .header-text p{
        font-size:14px;
    }
    .faqs-container h2{
        font-size:32px;
        letter-spacing: 0px;
    }
    .faqs-container p{
        font-size:14px;

}
.col-1-img{
    width:15%;
}
}
