.htmove-post-list {
  margin: 0;
  margin-bottom: -15px;
  padding-left: 0;
  list-style: none;
}

.htmove-post-list li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  margin-bottom: 15px;
}

.htmove-post-list li a {
  position: relative;
  display: block;
  padding-left: 30px;
  color: #333333;
}

.htmove-post-list li a i {
  font-size: 15px;
  line-height: 26px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #1D39D7;
}

.htmove-post-list li a:hover {
  text-decoration: none;
  color: #1D39D7;
}

.htmove-post-list li a:hover i {
  left: 5px;
}

.htmove-post-list-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -40px;
}

.htmove-post-list-inline li {
  margin-right: 40px;
}
