body {
  margin: 0;
  padding: 0;
}

body > img {
  position: fixed;
  top: 0;
  left: 50%;
  width: auto;
  height: 120%;
  transform: translateX(-50%);
  z-index: -100;
}

* {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
  font-size: 1.425rem;
  text-align: justify;
}

a {
  text-decoration: none;
  color: var(--text-color-1);
}

h3 {
  font-size: 1.425rem;
}

ul {
  list-style: none;
}

li {
  font-size: 1.425rem;
}

span {
  font-size: 1.425rem;
}

button {
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}

.content {
  margin-bottom: 0;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-right {
  text-align: right;
}

button {
  background-color: var(--primary);
  padding: 1rem 3rem;
  border-radius: 0.5rem;
}

button span {
  color: var(--text-color-1);
  font-family: var(--OpenSans);
  font-size: 1rem;
  font-weight: 500;
}
.policy_container{
  display: block;
  width: 100%;
  height: 45px;
  position: fixed;
  bottom:0;
  z-index: 1006;
  /*background-color:#a50a9c;*/
  background-color:rgba(0, 0, 0, 0.4);
  /*border:solid 2px #fff;*/
  box-sizing: border-box;
  padding: 10px;
  color:#fff;
  text-align: center;
  border-radius:8px;
}