.privacy-policy-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(135deg, rgb(189, 195, 199) 0.00%,rgb(223, 26, 187) 100.00%);
}
.privacy-policy-link {
  font-size: 50px;
  margin-top: var(--dl-space-space-oneandhalfunits);
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.privacy-policy-link1 {
  display: contents;
}
.privacy-policy-image {
  width: 320px;
  height: 277px;
  margin-top: var(--dl-space-space-halfunit);
  object-fit: cover;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
@media(max-width: 479px) {
  .privacy-policy-link {
    font-size: 50px;
  }
}
