#contact{
  margin-top: 200px;
}

#regulationsBlock{
  width: 40%;

  display: flex;
  justify-self: flex-start;
  margin-left: 10%;
  margin-top: 50px;
  flex-direction: column;
  color: var(--background-color);
}

#regulationsBlock span{
  margin-top: 10px;
  font-size: 3.5rem;
}

#regulationsBlock li::marker{
  color: var(--background-color);
  font-weight: bold;
}
#regulationsBlock li{
  list-style-type: square;
  color: black;
  font-size: 1.2rem;
}

@media (max-width:1365px){
  #contact{
    margin-top: 100px;
  }
  #regulationsBlock{
    width: 85%;
    margin-left: 7%;
    margin-top: 70px;
  }
  #regulationsBlock span{
    margin-top: 10px;
    font-size: 3.2rem;
  }
  #regulationsBlock li{
    font-size: 1.2rem;
  }
}
@media (max-width:767px){
  #contact{
    margin-top: 100px;
  }
  #regulationsBlock span{
    font-size: 2.3rem;
  }
  #regulationsBlock li{
    font-size: 0.8rem;
  }
}