/* Color pallette */
/* cubic-bezier timing functions */
/* Header */
.cookie-page {
  padding: 0 0 50px 0;
}
.cookie-page .editor p {
  margin: 0 0 10px 0;
}
.cookie-page .responsive-table {
  margin: 30px 0;
}
.cookie-page .responsive-table thead th {
  font-weight: 700;
}
.cookie-page .responsive-table tbody td {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .cookie-page {
    padding: 0 0 100px 0;
  }
}