h1 {
  margin-top: 10rem;
  margin-bottom: 35px;
  font-size: 38px;
  font-weight: 500;
}
h2 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 30px;
}
h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 20px;
}
p {
  margin: 10px;
  text-align: start;
  font-size: 16px;
  line-height: 1.4rem;
}
li {
  margin: 10px;
  text-align: start;
  font-size: 16px;
}
iframe {
  margin-top: 0.5rem;
}

img.one {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}
img.more {
  width: 100%;
  height: 250px;
  margin-top: 20px;
  object-fit: cover;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
h1.title {
  font-weight: 700;
  line-height: 4.7rem;
}
h1.legal {
  margin-top: 45px;
}
.mt0 {
  margin-top: 0px;
}
.center {
  margin: auto;
  width: 50%;
  padding: 10px;
  margin-bottom: 20px;
}
footer {
  padding: 10px 0 40px;
}

#list li {
  margin: 0px;
  }

@media only screen and (max-width: 954px) {
	
	h1 {
	margin-top: 6rem;
	font-size: 30px;
  }
	
  h1.title {
    line-height: 3rem;
  }
  .center {
    margin: auto;
    width: 100%;
    padding: 10px;
  }
}