/*
---------------------------------------------
Rules Style
---------------------------------------------
*/

.rules {
  position: relative;
  padding: 0px;
  margin-top: 130px;
  margin-bottom:200px;
}

.rules:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 84%;
  height: 100%;
  background-color: var(--secondary-color);
  content: '';
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}

.rules .section-heading {
  margin-left: 60px;
  margin-bottom: 0px;
}

.rules .section-heading .main-button {
  margin-top: 50px;
}
