/*--------------Rules-----------------*/
.MblRules {
  width: 100%;
  background: rgba(255, 255, 255, 0.6) url(../../../../img/mobile/theway_back2.png) right 100% no-repeat;
  background-size: 50%; }
  @media screen and (max-width: 600px) {
    .MblRules {
      background-size: 100%; } }
  @media (min-width: 1024px) and (max-width: 1366px) {
    .MblRules {
      background-size: 60%; } }

.MblRules__box {
  margin: 0 1rem;
  line-height: 1.2;
  margin-bottom: 250px; }

ul {
  list-style: none;
  padding-left: 10px; }
