.not-found-component[data-v-300d26a1] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.not-found-component img[data-v-300d26a1] {
  width: 266px;
  height: 250px;
}
@media only screen and (max-width: 767px) {
.not-found-component img[data-v-300d26a1] {
    width: 150px;
    height: 140px;
}
}
.not-found-component h2[data-v-300d26a1] {
  color: rgb(var(--v-theme-primary));
  font-weight: bold;
  font-size: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
.not-found-component h2[data-v-300d26a1] {
    font-size: 18px;
    margin-top: 60px;
}
}
.not-found-component p[data-v-300d26a1] {
  color: rgb(var(--v-theme-secondary));
  font-weight: 500;
  font-size: 18px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
.not-found-component p[data-v-300d26a1] {
    font-size: 12px;
    margin-top: 20px;
}
}