.games {
    background-image: url('../images/bg.png?20210408162150'),linear-gradient(#3B3A39,#000);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    overflow: hidden;
}
.page-title div {
  background-image: url("../images/game-title.png");
  width: 863px;
  height: 115px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.games-content {
    padding: 5% 6%;
}
.cancellation {
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    
    justify-content: space-between;
}
.cancellation-left {
    width: 60%;
    color: #F7D9AD;
}
.cancellation-left span {
    font-size: 55px;
    line-height: 70px;
    display: inline-block;
}
.cancellation-left p {
    font-size: 35px;
    line-height: 62px;
    margin-top: 4%;
    text-align: justify;
    text-justify:inter-ideograph; 
    word-break:break-all;
}
.cancellation-left a {
    color: #F7D9AD;
    border: 1px solid #F7D9AD;
    font-size: 35px;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 40px;
    margin-top: 20px;
}
.cancellation-right {
    width: 40%;
}
.cancellation-right img {
    
}
.point-games {
    display: flex;
    justify-content: space-between;
}
.point-text {
    color: #EBD76B;
    width: 45%;
    text-align: justify;
    text-justify:inter-ideograph; 
    word-break:break-all;
}
.point-text span {
       
    font-size: 55px;
    line-height: 70px;
}
.point-text p {
     text-align: justify;
     text-justify:inter-ideograph; 
    word-break:break-all;
    font-size: 22px;
    line-height: 28px;
    margin-top: 3%;
}
.deal {
    border: 1px solid #EBD76B;
     margin-top: 6%;
}
.cash-main {
   
}
.cash-title {
    background-image: url('../images/privacy-main-title.png?20210408162150');
    background-size: 100% 100%;
    text-align: center;
    padding: 4%;
    font-size: 55px;
    color: #26211A;
    
}
.cash-text-t {
    font-size: 25px;
    line-height: 40px;
    padding: 6%;
    color: #EBD76B;
     text-align: justify;
     text-justify:inter-ideograph; 
    word-break:break-all;
}
.deal-rummy {
    margin-top: 6%;
    color: #EBD76B;
}
.deal-rummy span {
    font-size: 55px;
    line-height: 70px;
}
.deal-rummy p {
    margin-top: 4%;
    font-size: 25px;
    line-height: 40px;
     text-align: justify;
     text-justify:inter-ideograph; 
    word-break:break-all;
}
.BITWIRE {
    background-image: url("../images/about-bg.png");
    background-color: #000;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 6%;
    margin-top: 4%;
    color: #E8D0A9;
}
.BITWIRE span {
    font-size: 55px;
    line-height: 70px;
    display: inline-block;
    width: 60%;
}
.BITWIRE p {
    font-size: 25px;
    line-height: 40px;
    margin-left: 25%;
    margin-top: 3%;
     text-align: justify;
     text-justify:inter-ideograph; 
    word-break:break-all;
}
.rummy-content {
    margin: 0 8%;
    margin-top: 8%;
    margin-bottom: 8%;
    height: auto;
    background-image: url("../images/about-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #E8D0A9;
    padding: 8%;
    box-sizing: border-box;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
    background-color: #000;
    border-radius: 25px;
  }
  .rummy-content span {
    font-size: 55px;
    line-height: 70px;
    text-align: center;
    display: block;
  }
  .rummy-content p {
    font-size: 35px;
    line-height: 70px;
    text-align: justify;
    text-justify:inter-ideograph; 
        word-break:break-all;
  }