body {
  /*background: linear-gradient(90deg, white, gray);*/
  background-color: #eee;
}

body, h2, p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-align: center;
}

p {
  font-size: 48px;
  font-weight: 200;
  margin: 0 0 10px;
}

h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
}

h2 {
  font-size: 64px;
  font-weight: 300;
  margin: 0 0 20px 0;
  color: #103e14;
}

a {
  color: #3282e6;
  text-decoration: none;
}

.container {
  margin-left:  auto;
  margin-right:  auto;
  margin-top: 77px;	/* 177px */
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.norm {
  font-size: 30px;
  font-weight: 200;
  margin-bottom: 20px;
}

.lead {
  font-size: 21px;
  font-weight: 200;
  margin-bottom: 20px;
}

