section.operating_regulations {
  padding: 80px 0;
}

.page-title {
  margin-bottom: 60px;
}

.page-title h3 {
  margin-top: 45px;
  font-size: 28px;
  font-family: "Jalnan";
  color: #006A3F;
  font-weight: 400;
  text-align: center;
}

.wrap {
  font-size: 14px;
  width: 1000px;
  margin: auto;
}

.date {
  text-align: right;
}

.table {
  margin-left: 10px;
  font-size: 12px;
  border: 1px solid black;
  border-collapse: collapse;
}

.table th,
.table td {
  text-align: center;
  border: 1px solid black;
  width: 1%;
}

.table th{
  background-color: #006A3F;
  color: white;
}

.reference{
  font-size: 12px;
}