.contact-background {
  width: 100%;
  height: 65vh;
  background: url(/images/contact.jpg) top center no-repeat;
  background-size: cover;
  background-position-y: bottom;
  position: relative;
  color: #fff;
}

.contact-background:before {
  content: '';
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.contact-form-background {
  background-image: url(/images/contact-background.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-position: 100% 100%; */
}

@media (max-width: 768px) {
  .contact-background {
    background-position-y: bottom;
  }
}

.illustration {
  text-align: center;
  padding: 0 0 20px;
  font-size: 100px;
}

.contact-form {
  margin: 0 auto;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  color: #505e6c;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}

hr {
  border-color: #f05f40;
  border-width: 3px;
  max-width: 50px;
}
