body {
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a:link,
a:visited {
  color: #348fe2;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.headline {
  text-align: center;
  margin-top: 15%;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.headline p {
  margin-top: 25px;
}
.benefit {
  text-align: center;
  margin-bottom: 50px;
}
.benefit .value-img {
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.benefit h4 {
  margin-top: 10px;
}
.contact p {
  text-align: center;
}
