body,
h1,
h2,
h3,
p,
section,
div {
  margin: 0px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
body {
  font-family: "Outfit";
}
.container {
  padding: 26px 20px 65px 20px;
  display: flex;
  flex-direction: column;
}
.container.terms_of_use p {
  margin-top: 40px;
}
.container.privacy_policy h2 {
  margin-bottom: 30px;
}
.logo {
  width: 42px;
  height: 25px;
  resize: inherit;
  margin-bottom: 20px;
}
h1 {
  font-size: 20px;
  font-weight: 600;
  font-style: "normal";
  color: rgb(117 83 255);
}
h2 {
  font-size: 16px;
  font-weight: 600;
  font-style: "normal";
  box-sizing: border-box;
}
h3 {
  font-size: 14px;
  font-weight: 500;
  font-style: "normal";
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
p,
div {
  font-size: 14px;
  font-weight: 400;
  font-style: "normal";
  line-height: 20px;
}
section {
  padding: 40px 0 40px 0;
  border-top: 0.5px solid rgb(230 230 230);
}
section:nth-of-type(1) {
  border: none;
}
ul {
  padding: 30px 0px 0px 20px;
  margin: 0px;
}
ul:nth-of-type(1) {
  margin-bottom: 40px;
}
li {
  padding: 0px;
  margin-bottom: 14px;
}
li:nth-last-child(1) {
  padding: 0px;
  margin-bottom: 0px;
}
li::marker {
  color: rgb(117 83 255);
  margin: 0px;
  padding: 0px;
}
#text {
  margin: 0px;
  padding: 0px;
  transform: translateX(10px);
}
footer {
  margin-top: 20px;
}
