/***************************
	Colors
***************************/
/***************************
	Font
***************************/
/***************************
	Widths & Margins
***************************/
.wrapper {
  margin: 0 auto;
  max-width: 980px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.construction__header-icon {
  font-size: 6rem;
}
.construction__headline {
  line-height: 140%;
  margin: 2rem 0 1rem;
  text-transform: uppercase;
}
.construction__text {
  padding: 1rem 20px;
}
.construction__contact-data {
  font-weight: 700;
  padding: 1rem;
}
.construction__contact-data i {
  font-size: 32px;
  margin-right: .3rem;
  vertical-align: middle;
}
.construction__contact-data .fa-phone {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
