
.regulation-section{
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat;
  width: 95%; 
  height: 600px;
  margin: 0 auto;
}
.regulation-section h1{
  font-size: 76px;
}
.regulation-banner-img{
  height: 900px;
  width: 100%;
}

.custom-list li::marker {
    color: rgb(34, 107, 34); 
    font-size: 20px;
  }
  .custom-list  li::marker {
    font-size: 30px; 
  }

  .text-container{
    width: 55%;
    margin: 0 auto;

  }
@media screen and (max-width:767px) {
  .regulation-section{
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    width: 100%; 
    height: 400px;
    margin: 0 auto;
  }
  .regulation-section h1{
    font-size: 46px;
  }
  .text-container{
    width: 100%;
    margin: 0 auto;

  }
}