.nones {
  width: 31.25rem;
  border-radius: 0.625rem;
  background-color: rgba(25, 193, 134, 0.6);
  font-family: 'Source Han Sans CN';
  position: absolute;
  top: 12.5rem;
  left: 12.5rem;
  color: #fff;
  padding: 3.125rem;
}
.nones h3 {
  font-size: 2.5rem;
  font-weight: bold;
}
.nones .enAch {
  margin-top: 6.25rem;
}
.nones .enAch p:nth-child(1) {
  font-size: 0.875rem;
}
.nones .enAch p:nth-child(2) {
  margin-top: 1.25rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 576px) {
  .nones {
    width: 50vw;
    top: 20.3333vw;
    left: 10.3333vw;
    padding: 4vw;
  }
  .nones h3 {
    font-size: 4vw;
  }
  .nones .enAch {
    margin-top: 5vw;
  }
  .nones .enAch p:nth-child(2) {
    margin-top: 2vw;
    font-size: 3vw;
  }
}
