.news-detail {
  margin-bottom: 100rem;
}
.news-detail__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30rem;
}
.news-detail__item {
  max-width: 260rem;
  margin: 0;
}
.news-detail__text {
  text-align: center;
  margin: 10rem 0;
}

@media (max-width: 768px) {
  .air-detail table:not(.table1) {
    display: flex;
    flex-direction: column;
  }
  .air-detail table:not(.table1) col {
    max-width: 100% !important;
    width: 100% !important;
  }
  .air-detail table:not(.table1) tr {
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
  }
  .air-detail table:not(.table1) td {
    width: 100% !important;
    height: auto !important;
  }
  .air-detail strong {
    font-size: 12rem;
  }
  .air-detail span {
    font-size: 12rem;
  }
}