.static {
  padding: 30px 40px;
  background: #fff;
}
.static h3 {
  font-size: 26px;
  font-weight: bold;
  margin-top: 20px;
}
.static h4 {
  font-size: 20px;
  font-weight: bold;
}
/* .static h4::before {
  width: 25px;
  height: 25px;
  content: "";
  display: inline-block;
  background: url(icons/ic_circle.svg) no-repeat left -2px;
  background-size: 25px 25px;
  vertical-align: middle;
  margin: 0 6px 0 0px;
} */

.static a {
  color: #0070ba;
  text-decoration: none;
}

.static p {
  color: #555;
  margin: 0 0 30px 0;
}

.static span {
  font-size: 14px;
}

.static p.title {
  color: #000;
  margin-bottom: 40px;
}

.static hr {
  border: none;
  height: 1px;
  border-top: solid 1px #ccc;
  margin: 0 0 40px 0;
}

.static ul {
  margin: 0 0 30px 0;
  color: #555;
}

.static li {
  margin: 0 0 20px 0;
}

.static table {
  margin: 0 0 20px 0;
  width: 300px;
  font-size: 13px;
  border-collapse: collapse;
  border: solid 1px #bbb;
  color: #555;
}
.static th {
  background: #eee;
  padding: 10px;
}
.static td {
  padding: 10px;
}
