.table {
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
.table {
  margin-bottom: 32px;
}
}