.cookies-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background: #fff;
  color: #333;
}

.cookies-container {
  width: 100%;
}

.cookies-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: black;
  text-transform: uppercase;
}

.cookies-updated {
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
  font-weight: 500;
}

.cookies-subtitle {
  font-size: 22px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  color: black;
}

.cookies-text {
  margin-bottom: 20px;
  font-size: 16px;
}

.cookies-list {
  margin-bottom: 20px;
  padding-left: 20px;
}

.cookies-list-item {
  margin-bottom: 10px;
  font-size: 16px;
}

.cookies-contact {
  font-weight: bold;
  margin-top: 20px;
}

.cookies-link {
  color: #3637d4;
  text-decoration: none;
}

.cookies-link:hover {
  text-decoration: underline;
}
