@charset "utf-8";
.section-404 {
  text-align: center;
  font-size: 2.25rem;
  color: #3b1c95;
  font-weight: 600;
  margin-bottom: 100px;
  cursor: default;
}
.section-404 .image {
  margin-top: 60px;
  text-align: center;
}
.section-404 .image img {
  width: 520px;
}
@media screen and (max-width: 1270px) {
  .section-404 {
    min-height: 70vh;
  }
}
