.news .list {
  padding: 11rem 1rem;
  background: #fbfbfb
}

@media screen and (max-width:767px) {
  .news .list {
    padding: 6rem 1rem
  }
}

.news .list_inner {
  max-width: 1200px;
  margin: 0 auto
}

.news .list_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem
}

.news .list.not-found {
  padding-top: 0;
  background: 0 0
}

.news .list.not-found p {
  color: #707070;
  font-weight: 700;
  line-height: 2
}