.footer-gradient {
  background: linear-gradient(90deg, #143f6b 0%, #4e54c8 50%, #0093e9 100%);
  color: #fff !important;
  border-top: none;
  box-shadow: 0 -2px 18px #143f6b44;
}
.header-gradient {
  background: linear-gradient(90deg, #143f6b 0%, #4e54c8 50%, #0093e9 100%) !important;
  border-bottom: none;
}
.footer__social .footer__icon {
  color: #fff !important;
  font-size: 1.5rem;
  transition: color .2s, transform .2s;
}
.footer__icon:hover {
  color: #43e7ff !important;
  transform: scale(1.18);
}
.footer__copy {
  font-size: 1rem;
  margin-top: 10px;
  color: #fff !important;
}