.Flight__text {
  margin-bottom: 20px;
}

.Flight__list li {
  text-indent:-1em;
  padding-left:1em;
}

@media screen and (min-width: 900px) {
  .Listchild {
    display: block;
  }
  .Listchild .Listchild__itemList {
    margin-bottom: 40px;
    width: 100%;
  }
}

.center {
  text-align: center;
}