/**
 * Theme Name: D3 Corp - Raptor Full Site
 * Author: D3 Corp
 * Version: 1.0.70
**/

.footer-option-4 .stay-tuned__link {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.footer-option-4 .stay-tuned__link:hover {
  transform: scale(1.08);
}

.footer-option-4 .stay-tuned li {
  transition: border-color 0.3s ease, transform 0.3s ease;
}
