.gdpr,
.privacy-policy,
.terms {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  margin: 30px 50px;
}

.gdpr h1 {
  text-align: center;
  margin: 1.5em 0;
}

.gdpr li {
  margin-bottom: 10px;
}

.privacy-policy {
  margin: 30px;
}

.privacy-policy h2 {
  font-size: 1.9em;
  margin: 30px 0;
}

.privacy-policy h3 {
  font-size: 1.6em;
  margin: 20px 0;
}

.privacy-policy h4 {
  font-size: 1.3em;
  margin: 15px 0;
}

.privacy-policy-title {
  margin-top: 1.5em;
  text-align: center;
  font-size: 2.2em;
  line-height: 1.3em;
}

.privacy-policy-sub-title {
  text-align: center;
  font-size: 1.6em;
  padding-bottom: 20px;
}

.privacy-policy section {
  margin: 2em 0;
}

.privacy-policy li {
  margin-bottom: 10px;
}

.cookies {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin: 30px 50px;
}

.cookies h1 {
  text-align: center;
  margin: 1.5em 0;
}

.terms h1 {
  text-align: center;
  line-height: 1.3em;
}

.terms h2 {
  margin-top: 20px;
}


/*Unsubscribe*/

.unsubscribe {
  margin: 20px;
  font-family: "Poppins", sans-serif;
}

.unsubscribe h1 {
  margin: 50px 0 20px;
  padding: 0;
}

.unsubscribe p {
  font-size: 18px;
}

.unsubscribe button {
  background: #7C2F8B;
  padding: 10px;
  text-decoration: none;
  color: white;
  border: .5px solid gray;
  border-radius: 12px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3px;
  font-size: 16px;
  margin: 10px 0;
}

.unsubscribe .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
}

.unsubscribe .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  height: 20%;
  text-align: center;
}

.unsubscribe .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.unsubscribe .close:hover,
.unsubscribe .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.unsubscribe footer {
  position: fixed;
  bottom: 30px;
}

.unsubscribe-footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.unsubscribe-footer p,
.unsubscribe a {
  font-size: 14px;
}

.unsubscribe-footer a {
  text-decoration: none;
  color: black;
}