.bg {
  /* margin-top: -2rem; */
  width: 100%;
  text-align: center;
}

.cover {
  width: 100%;
  height: auto;
}

.title h1 {
  position: absolute;
  font-size: 70px;
  line-height: 120px;
  letter-spacing: 0px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin: 10% 0;
  width: 100%;
}

.fmpi {
  color: #000;
  font-family:
    Chakra Petch,
    sans-serif !important;
  font-weight: 700;
}

h3 {
  text-transform: uppercase;
  color: #000;
}

p {
  font-size: 16px;
}

.cookie {
  font-weight: 700;
  font-size: 28px;
  color: #000;
  font-family:
    Chakra Petch,
    sans-serif !important;
}

.privacy {
  font-weight: 700;
  font-size: 28px;
  color: #000;
  font-family:
    Chakra Petch,
    sans-serif !important;
}

p {
  font-family: Fustat, sans-serif !important;
}

.changes {
  font-family: Fustat, sans-serif !important;
  font-weight: 600;
  color: #000 !important;
}

section li {
  margin: 30px 0;
}

@media (max-width: 1025px) {
  .title h1 {
    font-size: 3rem;
    margin: 5% 0px;
  }
}

@media (max-width: 649px) {
  .title h1 {
    font-size: 2rem;
    margin: 3% 0px;
  }
}

@media (max-width: 432px) {
  .title h1 {
    font-size: 1.5rem;
    margin: 2% 0px;
  }
}

/* @media (min-width: 768px) {
  .title h1 {
    font-size: 1.9rem;
    margin: 0%;
    text-align: center;
  }
} */

/* @media (max-width: 1024px) {
  .title h1 {
    font-size: 2rem;
    margin: 5% 0px;
  }
} */
