.privacy-policy-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(to right, #c02425 0%, #f0cb35 100%);
}
.privacy-policy-text {
  margin-top: var(--dl-space-space-oneandhalfunits);
}
.privacy-policy-link {
  display: contents;
}
.privacy-policy-image {
  width: 378px;
  margin-top: var(--dl-space-space-oneandhalfunits);
  object-fit: cover;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  text-decoration: none;
}
.privacy-policy-text003 {
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.privacy-policy-image1 {
  width: 316px;
  height: 264px;
  object-fit: cover;
  margin-bottom: var(--dl-space-space-twounits);
}
