* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.privacy {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.privacy .content {
  width: 1300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 13px;
}

.privacy .content .landing-page {
  width: 100%;
  display: flex;
}

.privacy .content .landing-page .info h1 {
  font-size: 40px;
  color: rgb(0, 0, 0);
  font-family: sans-serif;
  font-weight: 800;
}

.privacy .content .landing-page .info h1 span {
  color: crimson;
}

.privacy .content .information h4 {
  font-weight: 900;
  font-size: 16px;
  margin: 8px auto;
  color: rgb(255, 115, 143);
}

.privacy .content p span {
  color: crimson;
}

.privacy .content .landing-page .image img {
  width: 500px;
  height: 500px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .privacy .content {
    width: 90%;
  }
  .privacy .content .landing-page {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .privacy .content .landing-page h1 {
    font-size: 30px;
    color: yellowgreen;
    font-weight: 800;
  }

  .privacy .content .landing-page .info {
    width: 90%;
  }

  .privacy .content .landing-page .image {
    width: 100%;
  }

  .privacy .content .landing-page .image img {
    width: 300px;
    height: 300px;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 767px) {
  .privacy .content {
    width: 90%;
  }
  .privacy .content .landing-page {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .privacy .content .landing-page h1 {
    font-size: 50px;
    color: yellowgreen;
    font-weight: 800;
  }

  .privacy .content .landing-page .info {
    width: 90%;
  }

  .privacy .content .landing-page .image {
    width: 100%;
  }

  .privacy .content .landing-page .image img {
    width: 300px;
    height: 300px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1500px) {
  .privacy .content {
    width: 90%;
  }
  .privacy .content .landing-page {
    width: 100%;
    
  }
  .privacy .content .landing-page h1 {
    font-size: 50px;
    color: yellowgreen;
    font-weight: 800;
  }
  .privacy .content .landing-page .info {
    width: 90%;
  }
  .privacy .content .landing-page .image {
    width: 100%;
  }
  .privacy .content .landing-page .image img {
    width: 300px;
    height: 300px;
  }
}
