.action {
  width: 500px;
}

.resetbtn {
    width: 500px;
}

@media screen and (max-width: 768px) {
  .action {
    font-size: 1.5rem;
    white-space: normal;
    line-height: 1.4;
    width: 100%;
    max-width: 500px;
    margin: 50px auto;
  }

  .resetbtn {
        font-size: 1.5rem;
    white-space: normal;
    line-height: 1.4;
    width: 100%;
    max-width: 500px;
}
}

