.c-not-found {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-top: 203px;
  margin-bottom: 350px;
}

.c-not-found img {
  width: 226px;
}

.c-not-found_text {
  font-size: 24px;
  font-weight: 500;
  color: #a42822;
}
