.first_text {
    padding: 0 0 130px 0;
}
.first_text h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 55px 0 25px 0;
    padding-bottom: 7px;
    border-bottom: dashed 1px #999;
}

.num_li li {
    list-style: none !important;
}
.num_li li:after {
  font-family: "Material Icons";
  content: "\e5cf";
  display: block;
  font-size: 28px;
  color: #54802b;
  margin-top: -5px;
}
.num_li span {
    background: #54802b;
    padding: 3px 7px;
    margin-right: 12px;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
}