/*404 page not found*/
#pagenotfound .header-top::before {
  height: 130px !important;
}
#pagenotfound .photo-mini:hover .text a {
  filter: unset;
}

/*#pagenotfound .photo-mini {
  background-image: url(../img/404-page/carblack.webp);
  background-repeat-x: no-repeat;
  background-size: cover;
}


#pagenotfound .photo-mini-2 {
  background-image: url(../img/404-page/carblack.webp);
  background-repeat-x: no-repeat;
  background-size: cover;
}

#pagenotfound .photo-mini-3 {
  background-image: url(../img/404-page/carblack.webp);
  background-repeat-x: no-repeat;
  background-size: cover;
}

#pagenotfound .photo-mini-4 {
  background-image: url(../img/404-page/carblack.webp);
  background-repeat-x: no-repeat;
  background-size: cover;
}

#pagenotfound .photo-mini-5 {
  background-image: url(../img/404-page/carblack.webp);
  background-repeat-x: no-repeat;
  background-size: cover;
}

#pagenotfound .photo-mini-6 {
  background-image: url(../img/404-page/carblack.webp);
  background-repeat-x: no-repeat;
  background-size: cover;
}

#pagenotfound .photo-mini-7 {
  background-image: url(../img/404-page/carblack.webp);
  background-repeat-x: no-repeat;
  background-size: cover;
}

#pagenotfound .photo-mini-8 {
  background-image: url(../img/404-page/carblack.webp);
  background-repeat-x: no-repeat;
  background-size: cover;
}*/

#pagenotfound .mini p {
    line-height: 30px;
    margin: 0;
}

#pagenotfound .mission-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

#pagenotfound #wrapper {
  display: flex;
  background-repeat-x: no-repeat;
  background-size: cover;
  width: 100%;
  padding: unset;
  height: 100%;
  margin: unset;
  flex-wrap: wrap;
  justify-content: center;
}

#pagenotfound .mini .col-md-3 {
  display: flex;
  width: 100%;
  border-radius: 8px;
  max-width: 350px;
  height: 110px;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s;
  background-color: #094a9b;
  background-blend-mode: luminosity;
}

#pagenotfound .mini .col-md-3:hover {
  display: flex;
  width: 100%;
  border-radius: 4px;
  max-width: 350px;
  height: 110px;
  justify-content: center;
  align-items: center;
  background-blend-mode: unset;
  transform: scale(1.1);
}

.mission-f {
  padding-bottom: 25px;
}

.mini {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  row-gap: 20px;
}

.btn-404 a:hover {
  background: black !important;
  color: white !important;
}

.mission-main h2 {
  width: 100%;
  max-width: 593px;
  height: 20px;
  letter-spacing: 5px;
  font-size: 36px;
  font-weight: 300;
  color: white;
}

.mission-main-mobile1 h2 {
  padding-top: 5%;
  width: 100%;
  max-width: 543px;
  height: 11px;
  letter-spacing: 1px;
  font-size: 30px;
  font-weight: 300;
  color: white;
}

.mission-main {
  margin-bottom: 150px;
}

@media only screen and (max-width: 1024px) {
  .mission-main-mobile1 h2 {
    padding-top: 5%;
    width: 100%;
    height: auto;
    text-align: center;
    max-width: 543px;
    letter-spacing: 1px;
    font-size: 30px;
    font-weight: 300;
    color: white;
  }

  .mission-main {
    margin-top: 80px;
    margin-bottom: 50px;
  }
}