.policy-bg {
  /* background-color: #557A96B2; */
  text-align: center;
  padding: 100px;
}

h1 {
  font-weight: 600;
  font-size: 28px;
  color: #565656;
}

p,
li {
  font-weight: 400;
  font-size: 16px;
  color: #565656;
}

.back-section {
  background-image: url("../images/eula.svg");

  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  padding: 20px;
  text-align: center;
}

.eula-head {
  background-image: url("../images/eula.svg");

  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  padding: 20px;
  text-align: center;
}

.space {
  margin-left: 1rem;
}
