#content h2.section-title {
  margin: 32px 0 16px 0;
  padding: 16px 16px 16px 0px;
  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;
}

#content h3 {
  padding: 0 0 12px;
  background: #fff;
  border-bottom: 1px solid #6caa17
}
