.privacy-popup {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: rgba(29, 29, 29, 0.9);
  /* background-color: #ea101b; */
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.75rem 1.5rem;
}
.privacy-popup .close {
  color: white;
  position: absolute;
  right: 1rem;
  opacity: 1;
}
.privacy-popup .close i {
  font-size: 0.9rem;
  color: white;
}
.privacy-popup p {
  font-size: 0.95rem;
  margin-bottom: 0;
}