.header-inner{
  box-shadow: 0px 3px 8.5px 1.5px rgba(0, 0, 0, 0.06);
}
.notifaction {
  font-size: 22px;
  margin-top: 50px;
  margin-bottom: 35px;
  font-weight: bold;
}
.rules-container {
  background-color: #f5f5f5;
  padding-left: 72px;
  padding-right: 72px;
  padding-top: 30px;
  padding-bottom: 75px;
}
.rules-info {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d6d7;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}
.rules-txt {
  margin-top: 40px;
  font-size: 14px;
  color: #666666;
}
.rules-txt .rules {
  height: 205px;
  width: 100%;
  line-height: 2;
}
.rules-txt .scrollbar-inner {
  padding-right: 10px;
  height: 205px;
}
.rules-txt .scroll-bar {
  background-color: #8f8f94 !important;
}
.rules-txt .scroll-element_track {
  background-color: #c6c6c8 !important;
}
.btn-box {
  margin-top: 2%;
  margin-bottom: 5%;
  width: 236px;
  margin-left: auto;
  margin-right: auto;
}
.btn {
  display: inline-block;
  width: 100px;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
}
.btn + .btn {
  margin-left: 36px;
}
.giveup {
  background-color: #d7d7d7;
  color: #666666;
}
.giveup {
  background-color: #d7d7d7;
  color: #666666;
}
.accept {
  background-color: #ec2734;
  color: #fff;
}

@media screen  and (max-width: 1024px){
  .mobie-header-inner{ box-shadow: 0px 3px 8.5px 1.5px rgba(0, 0, 0, 0.06);}
  .notifaction{font-size: 20px;margin-top: 40px;margin-bottom: 20px;}
  .btn-box{margin-top: 30px;}
  .rules-info{padding-top: 20px;padding-bottom: 20px;}
  .rules-container{
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

@media screen  and (max-width: 768px){
  .notifaction{font-size: 18px;margin-top: 20px;}
  .btn-box{margin-bottom: 50px;}
  .rules-txt{margin-top: 20px;}
  .rules-container{padding-bottom: 30px;}
}
