.more-button {
  position: relative;
  width: 116px;
  height: 34px;
  font-size: 12.2px;
  line-height: 34px;
  font-weight: bold;
  background: transparent;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  align-self: center;
  border: 1px solid #f15922;
}

a.more-button {
  color: #f15922;
}

a.more-button span {
  padding-left: 12px;
  font-size: 20px;
  vertical-align: 0px;
}

a.more-button:hover {
  background: #f15922;
}

a.more-button:hover {
  color: #fff;
}

.more a>span {
  line-height: 30px;
  font-size: 16px;
}

.more-animated:after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #f15922;
  margin-top: 4px;
  transition: width .3s;
}

.more-animated:hover::after{
  width: 100%;
}