* {
  margin: 0;
  padding: 0;
}
li,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
.wrapper {
  padding: 0 12px;
  overflow: hidden;
}
.wrapper .title {
  font-size: 18px;
  color: #222;
  letter-spacing: -1px;
  margin-top: 12px;
}
.wrapper .text {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin-top: 6px;
}
