@media (min-width: 768px) {
  .footerBox1 { width: 65% !important; }
  .footerBox2 { width: 35% !important; }
}
@media (min-width: 778px) and (max-width: 1024px) {
  .tagline { display: unset !important; }
}