.section-socialwall .title {
  text-align: center;
}
.section-socialwall .title h2 {
  margin: 0 0 20px !important;
}
.section-socialwall .rslinks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}
.section-socialwall .rslinks li {
  margin: 0 45px 0 0;
}
.section-socialwall .rslinks li a {
  font-size: 40px;
  color: #0E4A3C;
}
.section-socialwall .rslinks li a:hover {
  color: #B3915E;
}
.section-socialwall .rslinks li:nth-last-child(1) {
  margin: 0;
}
