footer .form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
footer .form textarea, footer .form button { grid-column: span 2; }

.form_mg0611 .form1 select {
  background: #fff;
  border: 1px solid #e5e5e5;
  height: 50px;
  border-radius: 5px;
  width: calc(50% - 25px);
  margin-bottom: 30px;
  padding: 0px 15px;
  font-size: 18px;
  color: #4d4d4d;
  transition: all 0.5s;
  font-family: "us_r";
}