html {
  scroll-padding-top: 70px;
}

h3 {
  font-size: 25pt;
  margin: 20px 0;
}

h4 {
  font-size: 20pt;
}

.table-responsive {
  width: 100%;
}

.table-responsive table {
  border-collapse: collapse;
  width: 100%;
  table-layout: auto;
}

.table-responsive td {
  border: 2px solid black;
  padding: 10px;
  word-break: break-word;
  text-align: center;
}

#adatkezelesi-nyilatkozat p {
  font-size: 13pt;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 0;
}

#intro h3,
#intro h4,
#intro p {
  text-align: center;
}

#bevezetes h3 {
  font-size: 25pt;
}

.bold {
  font-weight: bold;
}

@media (max-width: 1079px) {
  #adatkezelesi-nyilatkozat .content-container {
      max-width: 550px;
  }

  .table-responsive td {
  font-size: 10pt;
}
}