
.rules-block {
  margin-top: 0px; /* смещаем блок вниз, чтобы не перекрывался меню */
  padding-top: 80px; /* внутренний отступ сверху */
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .rules-block {
    margin-top: 180px; /* чуть больше отступ на мобильных */
  }
}

.rules-block h1 {
  color: #32cd32; /* фирменный зелёный */
  font-weight: 700;
}

.rules-block h3 {
  color: #ffffff; /* белый */
  font-weight: normal; /* убираем жирность */
  margin-top: 30px;
}

.rules-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.rules-list > li {
  margin-bottom: 10px;
  font-weight: normal;
  color: #fff;
}

.rules-list > li > ul {
  list-style: disc;
  margin-left: 20px;
  font-weight: normal;
  color: #ccc;
}
