.sa ul {
  float: left;
  display: inline-block;
  clear: left;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 36px;
}

.sa ul li {
  position: relative;
  float: left;
  display: inline-block;
  clear: left;
  width: 100%;
  padding-left: 22px;
  color: #1f232e;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9em;
}

.sa ul li::before {
  display: block;
  position: absolute;
  content: "";
  top: .86em;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #18b34d;
}
