.contact {
  background-color: #73686c;
}
.contact-container {
  margin: 0 auto;
  text-align: center;
}
.contact-top {
  width: 80%;
  display: inline-block;
}
.contact-line {
  height: 5px;
  background-color: #fff;
  margin: 25px 0 50px 0;
}
.contact-header {
  margin-top: 60px;
  color: #fff;
  font-size: 96px;
  margin-top: 120px;
}
.contact-text {
  color: #fff;
  font-size: 32px;
  margin-bottom: 130px;
}
.contact-bottom {
  padding-bottom: 150px;
}
.contact-bottom a {
  text-decoration: none;
  color: #fff;
}
.contact-bottom img {
  width: 60%;
  height: auto;
  max-width : 650px;
}
.contact-icon {
  transition: 0.4s;
}
.contact-icon:hover {
  opacity: 0.7;
  scale: 1.05;
}

@media (max-width: 960px) {
  .contact-bottom h2 {
    padding: 35px 0;
  }
}

/*# sourceMappingURL=contact.css.map */
