h3{
    font-size: 2rem;
    margin-bottom: 20px;
    border-bottom: 1px solid;
}
.section_wrapper{
    margin-bottom: 80px;
}
.wrap-tab-content ul li {
  position: relative;
  padding: 6px 0 6px 20px;
  display: flex;
  align-items: center;
}
h4 a, .typesquare_option a{
  color: #0B7D6B;
}
.typesquare_option a{
  padding-bottom: 4px;
  background: linear-gradient(transparent 97%, #0B7D6B 0);
}
.typesquare_option a:hover{
  background: none;
}
.wrap-tab-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #0B7D6B;
  border-radius: 50%;
}
.wrap-tab-content ul li:hover {
  text-decoration-line: underline;
  text-decoration-color: #0B7D6B;
}
.pdf-icon {
  width: 20px;
  height: 20px;
  background-image: url('../img/download/pdf-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.word-icon {
  width: 20px;
  height: 20px;
  background-image: url('../img/download/word-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.typesquare_item, .typesquare_option a{
  font-weight: bold;
  font-size: 18px;
}