body {
  color: #2e2e2e;
  background-color: #f2efea;
}

.privacy-hero {
  text-align: center;
  padding: 120px 20px 110px;
}

.privacy-hero small {
  font-family: "Inter", sans-serif;
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.privacy-hero h1 {
  max-width: 645px;
  margin: auto;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
}

.privacy-content {
  max-width: 1400px;
  margin: auto;
  padding: 100px 70px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px 120px;
}

.privacy-item h3 {
  font-size: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-weight: 400;
}

.privacy-item p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 22px;
}

.no-lines {
  border: none !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.lines p {
  padding: 24px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #2e2e2e;
}

.contact-section {
  text-align: center;
  padding: 120px 20px;
}

.contact-section h3 {
  padding-bottom: 40px;
}

.top-text {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 22px;
}

.email-box {
  margin-bottom: 64px;
}

.email-box p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}

.email-box a {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  font-size: 16px;
  color: #2e2e2e;
}

.bottom-text {
  max-width: 700px;
  margin: 0 auto 30px;
  font-size: 16px;
  line-height: 22px;
}

.second {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .privacy-content {
    padding: 60px 20px;
  }

  .contact-section {
    padding: 80px 20px;
  }
}
