.notFound {
  padding: 3rem 0;
}
.notFound .conte {
  text-align: center;
  width: 75%;
  margin: auto;
}
.notFound .conte img {
  width: 500px;
  height: 100%;
  margin-bottom: 1.5rem;
}
.notFound .conte h3 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #000;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}
.notFound .conte h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}
.notFound .conte a {
  text-decoration: none !important;
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}
.notFound .conte a .notFound-btn {
  margin-top: 1.5rem !important;
  width: 200px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .conte {
    width: 100% !important;
  }
  .conte img {
    width: 100% !important;
    height: 100% !important;
  }
  .conte h3 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #000;
    line-height: 1rem;
    font-family: var(--main-font, "Filson Pro");
  }
  .conte .srb-btn {
    margin-top: 1.5rem !important;
    width: 200px;
    margin: auto;
  }
  .conte .srb-btn a {
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 500;
    color: #fff;
    line-height: 1rem;
    font-family: var(--main-font, "Filson Pro");
  }
}
