.content {
  padding: 60px 0 100px;
}

.text {
  font-size: 20px;
  margin-bottom: 40px;
}

.enhance {
  font-weight: bold;
}

li.text {
  text-indent: 22px;
}

.text a {
  color: #468f73;
}

.text a:hover {
  text-decoration: underline;
}

.process {
  display: block;
  margin: 0 auto;
}

.mobile_process {
  display: none;
}

.red {
  font-size: 22px;
  color: #df2323;
}

.reminder-box {
  padding: 60px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1366px) {
  .content {
    width: 7.02rem;
    padding: 0.66rem 0 1rem;
  }

  .instructions_in_content {
    padding: 0 0.34rem;
  }

  .text {
    font-size: 0.28rem;
    margin-bottom: 0.4rem;
  }

  li.text {
    text-indent: 0.3rem;
  }

  .text a {
    font-size: 0.28rem;
  }

  .process {
    display: none;
  }

  .mobile_process {
    width: 100%;
    display: block;
  }

  .red {
    font-size: 0.28rem;
    color: #df2323;
  }

  .reminder-box {
    width: 7.02rem;
    margin: 0 auto 0.8rem;
    padding: 0.58rem 0.3rem;
  }

  .reminder-box ul .text:nth-of-type(7) {
    margin: 0;
  }
  .fix-wrap p img{
    width: 100%;
  }
}

