.footer-link {
  padding-top: 20px;
  background-color: #0B764B;
}

.footer-link .links-tab {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.footer-link .links-tab span {
  color: #f0f0f0;
  opacity: 0.6;
  font-size: 14px;
  margin-right: 16px;
}

.footer-link .links-tab span.active {
  color: #ffb401;
  opacity: 1;
  border-bottom: 1px solid #ffb401;
  padding-bottom: 12px;
}

.footer-link .links-a {
  display: none;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.8;
}

.footer-link .links-a.active {
  display: flex;
}

.footer-link .links-a a,
.footer-link .links-a span {
  font-size: 14px;
  opacity: 0.6;
  margin-right: 20px;
  color: #fff;
}

.footer-link .copyright {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.6;
  text-align: center;
  line-height: 24px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
}

.footer-link .copyright a {
  font-size: 14px;
  color: #ffffff;
}