footer {
  text-align: center;
}

.custom-link,
.custom-link-reverse {
  color: #1C1C1E; /* Standaardkleur */
  text-decoration: none;
}

.custom-link:hover,
.custom-link-reverse:hover {
  color: #ce011c;
  text-decoration: none;
}
.light-gray-title {
  color: #99a0a7;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
}
.light-gray-title .badge {
  padding: 0;
  margin-left: 3px;
  margin-bottom: 2px;
}
.dark .light-gray-title {
  color: #8191a6;
}
html[dir="rtl"] .light-gray-title .badge {
  margin-left: 0;
  margin-right: 3px;
}