.error404 #menu-main {
  background: #014379;
}
.page__404 {
  padding: 60px 0 0 0;
  background: linear-gradient(180deg, #f5faff 0%, #d4ede8 100%);
}

.search-bar {
  max-width: 527px;
  height: 51px;
  border: 1px solid #0000001a;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  background: #ffffff;
}
.search-input {
  font-family: Mulish-Regular;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #212121;
  border: none;
  outline: none;
  flex-grow: 1;
  background: transparent;
}
.search-icon {
  color: #bdbdbd;
  margin-left: 10px;
  cursor: pointer;
  border: none;
  background: none;
}

.page__404 .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.content__404__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
.content__404__title {
  font-family: Mulish-Regular;
  font-weight: 800;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #1abc9c;
}
.content__404__text p {
  margin: 0;
  font-family: Mulish-Regular;
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: #014379;
}
.content__404__text a {
  display: flex;
  gap: 10px;
  padding: 8px 24px;
  border-radius: 100px;
  background: #1abc9c;
  margin: 0 auto;
  align-items: center;
}
.content__404__text a p {
  margin: 0;
  font-family: Mulish-Regular;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #ffffff;
}
.content__404__search {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.content__404__search p {
  font-family: Mulish-Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #4c5d71;
  margin: 0;
}
.content__404__search p a {
  color: #1abc9c;
  text-decoration: underline;
}
.content__404__search {
  margin: 0 auto;
}

.content__404__post {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.content__404__post h3 {
  font-family: Mulish-Regular;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #014379;
  margin: 0;
}

.content__404__post .post__items {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
.content__404__post .post__items .items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.content__404__post .post__items .items img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 183px;
  border-radius: 10px;
}
.content__404__post .post__items .items a {
  text-decoration: none;
}
.content__404__post .post__items .items a h4 {
  font-family: Mulish-Regular;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #014379;
}

@media screen and (max-width: 998px) {
  .content__404__post .post__items {
    grid-template-columns: 1fr 1fr;
  }
  .content__404__post .post__items .items img {
    max-height: 270px;
  }
  .content__404__title {
    font-size: 60px;
  }
}

@media screen and (max-width: 550px) {
  .content__404__post {
    gap: 40px;
  }
  .content__404__post .post__items {
    gap: 40px;
  }
  .content__404__title {
    font-size: 40px;
  }
  .content__404__text p {
    font-size: 16px;
  }
  .content__404__text a p,
  .search-input,
  .content__404__search p {
    font-size: 14px;
  }
  .page__404 .container {
    gap: 40px;
  }
  .page__404 {
    padding: 40px 0 0 0;
  }
  .content__404__post .post__items {
    grid-template-columns: 1fr;
  }
}
