body {
  background-color: #f5f5f5;
}
.help {
  padding: 2em 0;
  width: 1200px;
  margin: auto;
}

.help .help_title {
  width: 100%;
  border-radius: 1em;
  background-color: #009688;
  text-align: center;
  padding: 5em 0;
  color: white;
  position: relative;
  overflow: hidden;
}

.help .help_title:before {
  content: "";
  position: absolute;
  border: 6em solid transparent;
  border-bottom-color: #09564f;
  left: -6em;
  bottom: 0;
}

.help .help_title > h1 {
  font-size: 2.666666em;
  line-height: 1.7em;
  font-weight: 400;
}

.help .help_title > p {
  font-size: 1.75em;
}

.help_Module {
  padding: 2% 0;
  letter-spacing: 0;
  word-spacing: 0;
  font-size: 0;
}

.help_Module > div {
  font-size: 14px;
  display: inline-block;
  width: 19.17%;
  margin-right: 1%;
  vertical-align: top;
}

.help_Module > div a.genera {
  display: block;
}

.help_Module > div:last-of-type {
  margin-right: 0;
}

.help_Module > div > a > div {
  border-radius: 0.5em;
  padding: 2em 3%;
  text-align: center;
  border: 1px solid #dbdada;
}

.help_Module > div > a > div > p {
  font-size: 1.428em;
  color: #666666;
}

.help_Module > div ul {
  padding: 2em 0;
}

.help_Module > div ul li {
  width: initial;
  text-align: left;
  margin: 6px 0;
  padding: 0 10%;
}

.help_Module > div ul li a {
  color: #666666;
}

.help_Module > div ul li a:hover {
  color: #009688;
}

.help_Module > div a img {
  transition: transform 0.35s;
  transform: translate3d(0, 0, 0);
}

.help_Module > div a:hover img {
  transform: translate3d(0, -20px, 0);
}

@media screen and (max-width: 1200px) {
  .help {
    width: 100%;
    padding: 2em 15px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .help .help_title {
    padding: 3em 15px;
    box-sizing: border-box;
  }
  .help .help_title > h1 {
    font-size: 1.8em;
  }
  .help .help_title > p {
    font-size: 1.2em;
  }
  .help_Module > div {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .help_Module > div:nth-child(2n) {
    margin-right: 0;
  }
  .help_Module > div:last-of-type {
    width: 100%;
    margin-right: 0;
  }
  .help_Module > div ul {
    padding: 1em 0;
  }
  .help_Module > div ul li {
    padding: 0 5%;
    font-size: 13px;
  }
}
