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