body {
  font-family: "Roboto", sans-serif;
}

.hide {
  display: none;
}

.side-wrapper {
  margin: 0 auto 50px;
  padding: 0 50px;
  max-width: 900px;
}

#regulation {
  font-size: 18px;
  line-height: 1.4;
}
#regulation .image-wrapper {
  max-width: 250px;
  height: auto;
  margin: auto;
  padding-bottom: 100px;
}
#regulation .image-wrapper img {
  width: 100%;
  height: 100%;
}
#regulation h1,
#regulation h2,
#regulation h3,
#regulation h4,
#regulation h5,
#regulation h6 {
  margin-bottom: 50px;
  font-size: 20px;
}
#regulation a {
  color: #2369ae;
}
#regulation a:visited {
  color: inherit;
}
#regulation a:hover {
  cursor: pointer;
  text-decoration: underline;
}
#regulation p {
  margin: 40px auto;
}
#regulation ul {
  margin-left: 20px;
}
#regulation ol li {
  margin: 20px 0;
}

#error {
  text-align: center;
}
#error img {
  margin: 100px 0;
}
#error h2 {
  font-size: 26px;
}
#error p {
  font-size: 17px;
  margin-top: 10px;
}

#footer .side-wrapper {
  max-width: 1200px;
  text-align: center;
  line-height: 1.4;
}

@media all and (max-width: 700px) {
  #regulation {
    font-size: 16px;
  }
  #regulation .side-wrapper {
    margin: 50px;
    padding: 0;
  }
  #regulation .side-wrapper .image-wrapper {
    padding-bottom: 50px;
  }
}
@media all and (max-width: 500px) {
  #regulation .side-wrapper {
    margin: 50px 35px;
  }
}