.footer-a .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-a .list .category {
  padding: 10px;
  margin-left: 65px;
  margin-right: 65px;
}

.footer-a .list .category .title {
  font-size: 22px;
  font-weight: bold;
}

.footer-a .list .category .item {
  font-weight: bold;
  font-style: italic;
}

@media only screen and (max-width: 900px) {
  .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*# sourceMappingURL=main.css.map */