.ads7-privacy-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-image: linear-gradient(#feac5e 0%, #c779d0 50%, #4bc0c8 100%);
}
.ads7-privacy-navlink {
  color: rgb(25, 24, 24);
  width: 305px;
  font-size: 25px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 0px;
  text-decoration: none;
  background-color: rgb(255, 109, 109);
}
.ads7-privacy-link {
  display: contents;
}
.ads7-privacy-image {
  width: 304px;
  height: 554px;
  margin-top: 0px;
  object-fit: cover;
  margin-bottom: 0px;
  text-decoration: none;
}
