.test {
  width: 100px;
  height: 60px;
  border: 1px solid black;
}

.form-container {
  display: grid;
  grid-template-columns: minmax(300px, 400px);
  grid-template-rows: 1fr;
  width: 40%;
  height: fit-content;
}