.cookies-container {
  background: #2a251f;
  border: 2.5px solid #bfa76a;
  border-radius: 22px;
  box-shadow: 0 8px 32px #1a293a88;
  padding: 44px 36px 32px 36px;
  max-width: 800px;
  margin: 44px auto 38px auto;
  color: #d3b676;
  font-family: 'Merriweather', 'Segoe UI', Arial, sans-serif;
  font-size: 1.09em;
  position: relative;
}

.cookies-container a {
  color: #bfa76a;
  text-decoration: none;
}

.cookies-title {
  color: #bfa76a;
  font-size: 2.2em;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 0 2px 14px #bfa76a44;
}

.cookies-section-title {
  color: #bfa76a;
  font-size: 1.3em;
  margin-top: 32px;
  margin-bottom: 10px;
  font-weight: bold;
}

.cookies-text,
.cookies-intro {
  color: #e8dac3;
  margin-bottom: 18px;
  line-height: 1.5;
  text-align: left;
}

hr {
  border: none;
  border-bottom: 1px solid #bfa76a;
}

@media (max-width: 600px) {
  .cookies-container {
    padding: 12vw 2vw 6vw 2vw;
    max-width: 99vw;
    font-size: 1em;
  }
}