.agreement {
  margin: 0 auto;
  max-width: 800px;
  padding: 1em;
}

.agreement h1 {
  font-size: 3.5rem;
  color: var(--primary-color-2);
  margin-bottom: 0;
  line-height: 1.2em;
  padding-bottom: 0;
}

.agreement h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2em;
}

.agreement h3 {
  font-size: 1.2rem;
  font-family: MuseoSans;
  line-height: 1.4rem;
  font-weight: 700;
}

.agreement h4 {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.8rem;
  padding-bottom: 0;
  font-family: MuseoSans;
}

.agreement header {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.agreement p {
  margin-bottom: 1rem;
  line-height: 1.8rem;
}

.agreement li {
  list-style: none;
  margin-bottom: 0.5rem;
}

.agreement table {
  border-collapse: collapse;
  width: 75%;
}

.agreement table,
.agreement td,
.agreement th {
  border: 1px solid var(--neutral-color);
  padding: 10px;
}

.agreement #download {
  display: flex;
  flex-flow: row nowrap;
  cursor: pointer;
  margin: auto 0 auto auto;
  gap: 10px;
}

.agreement #download img {
  width: 20px;
  height: 20px;
}

.agreement #download:hover {
  opacity: 0.8;
}

.agreement #signing {
  margin: 2rem 0;
}

.agreement .line {
  display: inline-block;
  width: 100px;
  border-bottom: 1px solid var(--neutral-color);
  margin: 0 0.3em;
}
