body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  padding-bottom: 75px;
}

.wrapper {
  width: 90%;
  max-width: 540px;
  margin: 5% auto;
}

.logo {
  width: 100%;
  max-width: 260px;
  display: block;
  margin: 0;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 4px solid #d9e3ec;
}

.headline {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.subtitle {
  font-size: 1rem;
  font-weight: 500;
  color: #4f6677;
  margin-bottom: 1.5rem;
}

article {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7em;
  color: #101215;
}

hr {
  height: 4px;
  border: 0;
  background: #d9e3ec;
}

.before-after {
  margin: 1rem 0;
  width: 100%;
}

.before-after img {
  max-width: 100%;
  display: block;
  border-radius: 10px;
}

.contact-links {
  position: fixed;
  height: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #dce2ea;
  -webkit-box-shadow: 0 0 4px 0px #2e6ca021;
          box-shadow: 0 0 4px 0px #2e6ca021;
  background: #FFF;
  max-width: 540px;
  margin: 0 auto;
}

.contact-links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 5px;
}

.contact-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border-radius: .4rem;
  background: #444;
  width: 100%;
  background: #fff;
  padding: 0 5px;
  text-decoration: none;
  font-weight: 500;
  color: #1468e8;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-links li a:hover {
  background: #e0edf7;
}

.contact-links li a i {
  margin-right: 10px;
  font-size: .8em;
}
/*# sourceMappingURL=app.css.map */