#content ul>li {
  padding-left: 0em;
}

#content li a {
  display: flex;
  align-items: center;
  gap: 4px;
}

#content li a svg:nth-of-type(1) {
  display: block;
  width: 16px;
  height: 20px;
  color: #6caa17;
  flex-shrink: 0;
}
#content li a svg:nth-of-type(2) {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

#content ul > li:before {
  content: "";
}

.section-title {
  margin: 52px 0 26px 0;
  display: flex;
  align-items: center;
}
.section-title span {
  font-size: 22px;
  font-weight: 700;
}
.section-title svg {
  width: 30px;
  height: 30px;
  color: #6caa17;
  flex-shrink: 0;
} 
 