.licenses-page .media img {
  max-width: 100px;
}
@media (max-width: 1199px) {
  .licenses-page .content-area.content-area-gray {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 599px) {
  .licenses-page .media.media-doc .media-left {
    padding-left: 0;
    padding-right: 0;
  }
  .licenses-page .media-body .table {
    display: block;
  }
  .licenses-page .media-body .table tbody {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .licenses-page .media-body .table tbody td {
    display: block;
  }
  .licenses-page .media-body .table.table-footer-padded tfoot tr:first-child td {
    padding-top: 15px;
  }
  .licenses-page .media-body .table tfoot tr td {
    padding-right: 0;
  }
}
