section#default-content {
  margin-top: 9rem;
  margin-bottom: 4rem;
}
section#default-content a {
  color: #5a80c6;
  font-weight: 800;
}
section#default-content a:hover {
  text-decoration: underline;
}
section#default-content .section-after-title--title {
  padding-top: 8rem;
}
section#default-content .section-after-title--title-header {
  font-family: "Ubuntu", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  position: relative;
  color: #5a80c6;
}
section#default-content .section-after-title--box.maincolor-border {
  border: 0.1rem solid #5a80c6;
  padding: 2rem;
  margin-bottom: 4rem;
  margin-top: 3rem;
}
section#default-content .section-after-title--box--title p {
  color: #1a2421;
  font-size: 2.2rem;
  font-weight: 700;
}
section#default-content .section-after-title--box--content p {
  color: #5a80c6;
  font-size: 1.9rem;
  line-height: 2rem;
  margin-bottom: 0;
  font-weight: 500;
}
section#default-content .section-title {
  position: relative;
}
section#default-content .section-title .watermark {
  position: absolute;
  z-index: -9;
  left: -14rem;
  top: -9rem;
}
section#default-content .section-title .watermark img {
  width: 100%;
}
section#default-content .section-title h2 {
  font-family: "Ubuntu", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  position: relative;
}
section#default-content .section-title h2:after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  display: block;
  max-width: 41rem;
  width: 100%;
  border-bottom: 0.1rem dashed #1a2421;
}
section#default-content .section-content {
  margin-top: 4rem;
}
section#default-content .section-content .desc {
  font-size: 1.8rem;
}
