h2.sub_title{
  font-size: 1.75rem;
  color: #005635;
  font-weight: bold;
  background-image: url(../images/lib/bg_subtitle.png);
  background-repeat: no-repeat;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}


h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  padding: 0.5em;
  background: #005635;
  color: #ffffff;
  font-weight: bold;
}

ol{
  padding-left: 3rem;
}
dl{
  padding-left: 2rem;
  padding-bottom: 3rem;
}
dt{
  color: #005635;
  font-size: 1.2rem;
  padding-bottom: 0.5rem;
}
dd{
  padding-left: 1rem;
  padding-bottom: 0.75rem;
}

i{
  padding-right: 0.5rem;
}
article p{
  text-indent: 1rem;
  padding-bottom: 0.5rem;
}

div.copyright{
  margin-top: 1rem;
}
