.privacy-policy-container {
  width: 100%;
  display: flex;
  overflow: auto;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  min-height: 100vh;
  align-items: center;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  flex-direction: column;
  background-image: linear-gradient(45deg, rgb(252, 0, 255) 0.00%,rgb(0, 219, 222) 100.00%);
}
.privacy-policy-link {
  display: contents;
}
.privacy-policy-image {
  width: 308px;
  margin-top: var(--dl-space-space-oneandhalfunits);
  object-fit: cover;
  margin-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
}
.privacy-policy-text {
  font-size: 30px;
  margin-top: var(--dl-space-space-oneandhalfunits);
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.privacy-policy-link1 {
  display: contents;
}
.privacy-policy-image1 {
  width: 288px;
  height: 237px;
  margin-top: var(--dl-space-space-oneandhalfunits);
  object-fit: cover;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  text-decoration: none;
}
