.privacy-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-gray-black);
}
.privacy-container1 {
  width: 100%;
  height: 7323px;
  display: flex;
  position: relative;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.privacy-image {
  width: 1124px;
  height: 1586px;
  align-self: center;
  object-fit: cover;
}
.privacy-image1 {
  width: 1128px;
  height: 1458px;
  align-self: center;
  object-fit: cover;
  margin-bottom: 1px;
}
.privacy-image2 {
  width: 1128px;
  height: 1456px;
  align-self: center;
  object-fit: cover;
}
.privacy-image3 {
  width: 1125px;
  height: 1366px;
  align-self: center;
  object-fit: cover;
}
.privacy-image4 {
  width: 1125px;
  height: 1459px;
  align-self: center;
  object-fit: cover;
}
@media(max-width: 991px) {
  .privacy-image {
    width: 914px;
    height: 1417px;
  }
  .privacy-image1 {
    width: 913px;
    height: 1409px;
  }
  .privacy-image2 {
    width: 918px;
    height: 1424px;
  }
  .privacy-image3 {
    width: 919px;
    height: 1262px;
  }
  .privacy-image4 {
    width: 921px;
    height: 1236px;
  }
}
@media(max-width: 767px) {
  .privacy-image {
    width: 672px;
    height: 1051px;
  }
  .privacy-image1 {
    width: 673px;
    height: 1025px;
  }
  .privacy-image2 {
    width: 677px;
    height: 1011px;
  }
  .privacy-image3 {
    width: 681px;
    height: 1005px;
    padding-bottom: 0px;
  }
  .privacy-image4 {
    width: 682px;
    height: 998px;
    margin-bottom: 0px;
  }
}
@media(max-width: 479px) {
  .privacy-image {
    width: 408px;
    height: 705px;
  }
  .privacy-image1 {
    width: 407px;
    height: 682px;
  }
  .privacy-image2 {
    width: 410px;
    height: 673px;
  }
  .privacy-image3 {
    width: 413px;
    height: 587px;
  }
  .privacy-image4 {
    width: 414px;
    height: 585px;
  }
}
