.wrapper-politika {
  background: white none repeat scroll 0% 0%; 
  padding: 10px; 
  max-width: 1140px; 
  margin: 0px auto;
}

.undeline {
  text-decoration: underline;
}

table {
  border: 1px solid; 
  margin-bottom: 1rem;
}

thead, th, td {
  border: 1px solid;
}

.mobile-table {
  display: none;
  border: 1px solid; 
  padding: 16px; 
  margin-bottom: 16px;
}

.overflow-wrap {
  overflow-wrap: break-word
}

@media(max-width: 530px) {
  table {
    display: none;
  }
  .mobile-table {
    display: block;
  }
}