#contact {
  display: flex;
}

.map {
  width: 100%;
  height: 100%;
  object-fit:cover;
  margin: 20px 20px;
  min-width: 400px;
  object-fit: fill;
}

.contact-form {
  flex: 1;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
}

#contact .contact-form .form-group {
  margin: 0;
}

.contact-form label {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.form-group textarea {
  width: 440px;
  height: 100px;
  padding: 0.5rem;
}

.form-group input {
  width: 440px;
  padding: 0.5rem;
}

a {
  font-size: 18px;
}