* {
  box-sizing: border-box;
}

body {
  background: #111111;
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 18px;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.btn-close {
  background-color: #f0f0f0;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn-close:hover {
  background-color: #e0e0e0;
}

.container {
  margin: 0 auto;
  max-width: 1300px;
}

.title {
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 10px;
}

.privacy-main {
  background: #000000;
}

.privacy-section {
  padding-bottom: 20px;
}

.privacy-title {
  background: #b7067e80;
  text-align: center;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 20px;
}

.text {
  font-size: 20px;
  line-height: 27px;
}

@media (max-width: 768px) {
  .container {
    min-width: 320px;
    padding: 0 20px;
  }

  .title {
    font-size: 28px;
  }
}
