* {
  margin: 0;
  padding: 0;
}
.header img {
  display: block;
  width: 100%;
}
.content {
  width: 1200px;
  margin: 145px auto;
}
.content h3 {
  font-size: 34px;
  color: #333333;
  text-align: center;
}
.content p {
  font-size: 28px;
  color: #666666;
  margin-top: 70px;
}
.content :not(p:last-of-type) {
  margin-bottom: 70px;
}
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 335px;
  overflow: hidden;
  background-color: #f9f9f9;
}
.footer p {
  color: #575757;
  font-size: 24px;
}