.service dl {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.5em;
  color: #333;
}
.service dl dt {
  color: #070685;
  margin-bottom: 10px;
  display: flex;
}
.service dl dt span {
  display: flex;
  border-radius: 50%;
  color: #fff;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  background-color: #070685;
}
.service dl dt p {
  flex: 1;
}
.service dl dd {
  display: flex;
}
.service dl dd span {
  display: flex;
  border-radius: 50%;
  color: #fff;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  background-color: #ED7418;
}
.service dl dd p {
  flex: 1;
}
.service h2 {
  display: block;
  font-size: 22px;
  color: #333;
  line-height: 1.5;
  text-align: center;
}
.service ul {
  margin-top: 20px;
}
.service ul li {
  font-size: 18px;
  line-height: 2;
  color: #333;
}
