.pageLibrary .--top {
  margin-bottom: 52px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.pageLibrary .--top .desc {
  line-height: 1.71;
  width: 30%;
}
.pageLibrary .--content {
  padding: 100px 0;
}
.pageLibrary .--content .list_library .item_library {
  margin-bottom: 40px;
}
.pageLibrary .--content .btn_primary {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pageLibrary .--content {
    padding: 40px 0;
  }
  .pageLibrary .--top {
    flex-flow: column;
    margin-bottom: 24px;
  }
  .pageLibrary .--top .segTitle {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
  .pageLibrary .--top .desc {
    width: 100%;
    text-align: center;
  }
}/*# sourceMappingURL=library.css.map */