.footer-link{
  color: #495057;
  text-decoration: none;
  transition: color .25s ease;
}
.footer-link:hover{
  color: #000;
}

.footer-icon{
  color:#000;
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-cta-btn:hover > div:first-child{
  background:#e5e7eb !important;
}
.footer-cta-btn:hover > div:last-child{
  background:#000 !important;
  color:#fff !important;
}

.social-link{
  color: rgba(255,255,255,.55);
  transition: color .25s ease;
}
.social-link:hover{
  color: #fff;
}
