.error-circle[data-v-71d1b590] {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error-circle .title[data-v-71d1b590] {
  font-size: 120px;
  font-weight: bold;
}
.error-circle .description[data-v-71d1b590] {
  font-size: 25px;
  font-weight: 500;
  max-width: 320px;
  text-align: center;
}
.error-circle .action[data-v-71d1b590] {
  padding-top: 32px;
}
.error-circle[data-v-71d1b590]:before {
  content: "";
  position: absolute;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  width: 700px;
  height: 700px;
  z-index: -1;
}