main {
  background: url('../../img/game/bg.jpg') #fdf49c repeat top left;
  background-attachment: fixed;
}

.text-center{
  text-align: center;
}

.d-block{
  display: block;
}
.sec2 ol li ul li{
  font-size:18px;
}

.d-flex{
display:flex;
align-items:center;
justify-content:center;
text-align:center;
gap:10px
}

.d-flex .item{
flex:1;
}

.text-warning-custom{
  color:#FF9029;
}

.img-responsive{
margin:10px;
}
.sec2 .header p {
  color: #000;
  font-size: 2em;
  font-weight: bold;
  margin-top: 20px;
  display: block;
  letter-spacing: 1px;
  line-height: 50px;
}

.sec2 h1 {
  margin: 30px 0 20px;
  padding:20px 0;
}

.sec2 h2 {
   font-size:40px;
}


  .sec2 .wrap {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 3px solid #ff6600;
  margin-bottom: 50px;
}


  .sec2 ol {
    padding: 10px 30px;
    margin-bottom: 0;
}

.sec2 ol li {
  font-size: 18px;
  word-break: break-word;
  margin-bottom: 20px;
}

.sec2 ol li:last-child{
  margin-bottom: 0;
}

  .sec2 .header p {
    font-size: 2em;
  }

  .sec2 .header img{
    margin:0 auto;
    display:block;
    max-width:100%;
  }

  .sec2 h2{
    color:#000;
    margin:0 0 20px;
  }
  /* .sec2 ol:last-child{
    margin:50px 0;
  } */

  .sec2 ol span{
    display:block;
    word-break: break-word;
  }

  @media only screen and (max-width: 1209px) {
    body{
      background:#fdf49c;
    }
  }

  @media only screen and (max-width: 600px) {
    .sec2{
    padding:0 10px;
  }

  .sec2 .header p {
  font-size: 1.5em;
  line-height: 1.2em;
    }

    .sec2 h2{
      font-size:1.5em
    }

    .sec2 .wrap {
      padding: 10px;
  }

  .sec2 ol {
padding: 10px 10px 0 20px;
}


 
  }
