.footer-text strong {
  font-size: 16px;
  color: #000 !important;
}

.social-links a {
  transition: 0.35s ease;
}
.social-links a:hover {
  transform: translateY(-3px) !important;
  transition: 0.35s ease;
}

.footer-page-content .slide-entry-wrap {
  display: flex!important;
  justify-content: space-between!important;
}
