.links {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

.links__title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.links__column {
  text-align: left;
}

@media (min-width: 0) and (max-width: 991px) {
  .links__column {
    text-align: center;
  }
}

.links__item {
  display: block;
}

.links__item-link {
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #1c1c1c;
  display: block;
  font-size: 16px;
  text-decoration: none;
}

.links__item-link:hover .fa {
  color: #453629;
}

.links__item-link .fa {
  margin-right: 5px;
  color: #5c4837;
}

.links__more {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #8a735f;
  border-radius: 3px;
  color: #f1f1f1;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  text-decoration: none;
}

.links__more:hover {
  background-color: #5c4837;
  color: #f1f1f1;
}
