/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.contact {
  background-color: #eee;
  padding-top: 47px;
  padding-bottom: 50px;
}
.contact .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact hr {
  width: 100%;
  border-top: 1px solid #fff;
  margin: 50px 0px;
}

.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-item-info h3 {
  font-size: 20px;
  font-weight: normal;
  color: #2a2f37;
  margin: 0;
}
.contact-item-info p {
  font-size: 20px;
  font-weight: bold;
  color: #2a2f37;
  margin: 0;
}

.contact .contact-item-icon {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact .contact-item-icon i {
  display: block;
  width: 50px;
  height: 50px;
}

.contact-item-phone {
  background-image: url(../img/icon/phone_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contact-item-mail {
  background-image: url(../img/icon/mail_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contact-item-fax {
  background-image: url(../img/icon/fax_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contact-adress {
  margin: 0 auto;
  text-align: center;
}
.contact-adress h3 {
  font-size: 18px;
  font-weight: 100;
  margin-top: 14px;
  margin-bottom: 0px;
}
.contact-adress p {
  font-size: 24px;
  font-weight: bold;
  margin-top: 14px;
  margin-bottom: 40px;
}
.contact-adress span {
  display: block;
  font-size: 16px;
  font-weight: 100;
  margin-top: 0px;
  margin-bottom: 14px;
}
