html {
  scroll-behavior: smooth;
}

.cookie-main {
  max-width: 1366px;
  margin: 0 auto;
  padding: 10px 43px 43px;
}

.cookie-main h1,
.cookie-main h2,
.cookie-main h3 {
  font-family: "Rubik";
  font-weight: 500;
  color: #333333;
}

.cookie-main h1 {
  font-size: 32px;
  margin: 5px 0 20px;
}

.cookie-main h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
}

.cookie-main h3 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.cookie-main p {
  font-family: "Rubik";
  font-weight: 400;
  line-height: 160%;
  font-size: 16px;
  color: #4b4b4b;
  margin: 0 0 16px;
}

.cookie-main ul li p {
  margin: 0 0 8px !important;
}

.cookie-main img {
  margin-bottom: 16px;
  width: 100%;
}

.cookie-content-wrapper {
  width: 100%;
  max-width: 1069px;
}

.cookie-content-wrapper ol,
.cookie-content-wrapper ul {
  padding-left: 16px;
}

.cookie-content-wrapper ul {
  list-style: none;
}

.cookie-content-wrapper ul li {
  position: relative;
}

.cookie-content-wrapper ul li::before {
  content: "\2022";
  font-size: 17px;
  color: #d9d9d9;
  font-weight: bold;
  position: absolute;
  top: 2px;
  left: -18px;
}

.cookie-title{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin: 60px 0 40px 0;
}

table {
  width: 100%;
}

table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
}

table{
    color:#606060;
}

tr{
    display: inherit;
}

td {
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;  
    padding: 15px;
}

th{
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    padding: 15px;
}


a {
  font-family: Rubik;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #9d1e23;
}

.column_1 {
  width: 30%;
}
.column_2 {
  width: 15%;
}
.column_3 {
  width: 40%;
}
.column_4 {
  width: 15%;
}

.tableContainer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: auto;
}

@media screen and (max-width: 768px) {
  .cookie-main {
    padding: 16px;
  }

  .cookie-main h1,
  .cookie-main h2,
  .cookie-main h3 {
    font-size: 18px;
  }

  .cookie-main p {
    font-size: 14px;
  }
}
