div h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.8em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
div #contact-us {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
div #contact-us .Contact-Information {
  width: 500px;
  margin-left: 20px;
}
div #contact-us .Contact-Information p {
  margin: auto 0;
}
div #contact-us .Contact-Information .Contact-Info-Group {
  margin-bottom: 70px;
  display: flex;
  gap: 30px;
}
div #contact-us .Contact-Information .Contact-Info-Group i {
  font-size: 3em;
  margin: auto 0;
}
div #contact-us .Contact-Information .Contact-Info-Group p {
  font-family: "Google Sans Flex", sans-serif;
  font-weight: 300;
  text-align: start;
  line-height: 25px;
}
div #contact-us .Contact-Information #address {
  gap: 40px;
}
div #contact-us .Contact-Information #address i {
  font-size: 2em;
}
div #contact-us .Contact-Information #address p {
  line-height: 30px;
}
div #contact-us .Contact-Information #contact {
  margin-right: 125px;
}
div #contact-us .Contact-Information #contact i {
  font-size: 2em;
}
div #contact-us .Contact-Information #email {
  margin-right: 70px;
  gap: 25px;
}
div #contact-us .Contact-Information #email i {
  font-size: 2em;
  scale: 0.7;
}
div #contact-us .Contact-Information #email p {
  padding-right: 5px;
}
div #contact-us #Customer-Info-Insert {
  margin-right: 10px;
  text-align: center;
}
div #contact-us #Customer-Info-Insert div {
  text-align: start;
  font-family: "Google Sans Flex", sans-serif;
  margin-bottom: 20px;
}
div #contact-us #Customer-Info-Insert div input {
  margin-top: 5px;
}
div #contact-us #Customer-Info-Insert #company input, div #contact-us #Customer-Info-Insert #email input {
  width: 550px;
  height: 40px;
}
div #contact-us #Customer-Info-Insert #NameAndTelephone {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}
div #contact-us #Customer-Info-Insert #NameAndTelephone #name input {
  width: 200px;
  height: 40px;
}
div #contact-us #Customer-Info-Insert #NameAndTelephone #telephone input {
  width: 330px;
  height: 40px;
}
div #contact-us #Customer-Info-Insert #enquiry input {
  width: 550px;
  height: 40px;
}
div #contact-us #Customer-Info-Insert #message textarea {
  width: 550px;
  height: 100px;
}
div #contact-us #Customer-Info-Insert input {
  padding: 0 10px;
}
div #contact-us #Customer-Info-Insert textarea {
  resize: none;
  width: 420px;
  height: 100px;
  padding: 10px;
  margin: 5px 0 20px 0;
}
div #contact-us #Customer-Info-Insert #button {
  font-family: "Google Sans Flex", sans-serif;
  text-decoration: none;
  background: #996E00;
  color: #FFF;
  padding: 10px 40px;
  transition: 0.3s ease;
  border: 1px solid #996E00;
}
div #contact-us #Customer-Info-Insert #button:hover {
  color: #996E00;
  background-color: #FFF;
}
div #contact-us #social-media {
  font-size: 1.2em;
  margin-left: 40px;
}
div #contact-us #social-media .fa-facebook,
div #contact-us #social-media .fa-twitter,
div #contact-us #social-media .fa-linkedin {
  margin-right: 50px;
}
div #contact-us #social-media a {
  color: #000;
  transition: 0.5s ease;
}
div #contact-us #social-media a:hover {
  color: rgb(254, 57, 60);
}
div .map {
  display: flex;
  justify-content: center;
}
div .map iframe {
  width: 1000px;
  margin-top: 20px;
}

@media screen and (max-width: 540px) {
  main h1 {
    font-size: 1.8em;
  }
  main .container {
    margin-top: 100px;
    width: 100%;
  }
  main #contact-us {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 50px;
    text-align: center;
  }
  main #contact-us .Contact-Information {
    max-width: 90%;
  }
  main #contact-us .Contact-Information #social-media {
    margin: 0;
  }
  main #contact-us #Customer-Info-Insert {
    margin: 0 20px;
  }
  main #contact-us #Customer-Info-Insert input, main #contact-us #Customer-Info-Insert textarea {
    border: 1px solid #aaaaaa;
    border-radius: 5px;
  }
  main #contact-us #Customer-Info-Insert #company input, main #contact-us #Customer-Info-Insert #email input, main #contact-us #Customer-Info-Insert #enquiry input {
    width: 100%;
  }
  main #contact-us #Customer-Info-Insert #message {
    margin-bottom: 0;
  }
  main #contact-us #Customer-Info-Insert #message textarea {
    width: 100%;
  }
  main #contact-us #Customer-Info-Insert #NameAndTelephone {
    flex-direction: column;
  }
  main #contact-us #Customer-Info-Insert #NameAndTelephone #name input, main #contact-us #Customer-Info-Insert #NameAndTelephone #telephone input {
    width: 100%;
  }
  main #contact-us #button {
    margin-bottom: 20px;
    border-radius: 10px;
  }
  main .map iframe {
    margin: 10px;
    height: 40vh;
  }
}/*# sourceMappingURL=contact.css.map */