* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
article {
  width: 100%;
  min-height: 100vh;
}
article .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40vw;
}
article .content img {
  display: block;
  width: 53.3333vw;
}
article .content p {
  font-size: 3.7333vw;
  color: #4a4a4a;
  margin: 6.6667vw 0;
}
article .content .btn {
  width: 60%;
  display: flex;
  justify-content: space-evenly;
}
article .content .btn a {
  display: flex;
  border-radius: 1.0667vw;
  padding: 1.6vw 3.2vw;
  color: #ffffff;
  font-size: 3.7333vw;
  background: #e64340;
  text-decoration: none;
}
