
.RulesContainerOuter{
  width: 100%;
font-size: 11px;
}

.ResponsiveRulesWrapper{
width: 90%;
margin: 0 auto;
}
  .FirstLevelRules{
    list-style-position: inside;
    list-style-type: square;
    color: #c81e3c;
    width: 96%;
  }

  .InnerLi{
    color: black; 
  }

.SecondLevelRules{
list-style-position: inside;
list-style: square;
margin-left: 3%;
}


@media only screen and (min-width: 1921px) {
  .RulesContainerOuter{
  width: 100%;
font-size: 14px;
}
}

@media only screen and (min-width: 2600px) {
  .RulesContainerOuter{
  width: 100%;
font-size: 21px;
}
}