/* PRIVACY POLICY PAGE */

/* Layout */
.services {
  max-width: 900px;
  margin: auto;
  text-align: left;
  line-height: 1.8;
}

/* Title */
.services h2 {
  text-align: center;
  color: #2e7d32;
  margin-bottom: 25px;
}

/* Section headings */
.services h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #2e7d32;
  font-size: 20px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 5px;
}

/* Paragraphs */
.services p {
  font-size: 15px;
  color: #444;
  margin-bottom: 15px;
}

/* Lists */
.services ul {
  margin-left: 20px;
  margin-bottom: 15px;
}

.services ul li {
  margin-bottom: 8px;
  color: #555;
}

/* Card sections for readability */
.services > * {
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 6px;
  margin-bottom: 15px;
  border: 1px solid #eee;
}

/* Remove styling from title */
.services h2 {
  background: none;
  border: none;
  padding: 0;
}

/* Links (important for AdSense compliance) */
.services a {
  color: #2e7d32;
  text-decoration: underline;
  word-break: break-all;
}

/* Highlight important text */
.services strong {
  color: #2e7d32;
}

/* Mobile */
@media(max-width:768px){
  .services {
    padding: 30px 5%;
  }

  .services h3 {
    font-size: 18px;
  }

  .services p,
  .services li {
    font-size: 14px;
  }
}
