body {
  font-family: sans-serif;
}

.container {
  width: 100%;
  display: block;
  margin: 0 auto;
}

h1 {
  font-size: 38px;
  line-height: 130%;
}

h2 {
  font-size: 26px;
  line-height: 130%;
}

p {
  font-size: 16px;
  line-height: 130%;
}

img {
  width: 100%;
  height: auto;
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}