
@media (max-width: 1250px) {
  .footer-bg { padding: 40px 0; }
  .footer-bg .footer { flex-direction: column; }
  .footer-bg .footer form { flex-direction: column; flex-wrap: nowrap; justify-content: initial; }
  .footer-bg .footer form textarea,
  .footer-bg .footer form button,
  .footer-bg .footer form input,
  .footer-bg .footer form .captcha { flex: 1 1 100% !important; width: 100%; }
  .footer-bg .footer form .captcha { margin: 0 auto; }
  .footer-bg .footer form textarea { min-height: 150px; }
  .footer-bg .footer form button p{ height: 50px;display: flex; align-items: center; justify-content: center; }
  .footer-bg .footer form input { padding: 10px !important; }
}