.pv-police {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 40px 20px;
  max-width: 960px;
  margin: auto;
  background: #f0f0f0;
  color: #000000;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.418);
  line-height: 1.7;
  font-size: 16px;
}

.pv-police h1, h2 {
  color: #2c3e50!important;
}

.pv-police h1 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
}

.pv-police h2 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 15px;
  border-bottom: 2px solid #000000;
  padding-bottom: 6px;
}

.pv-police ul {
  margin-top: 10px;
  padding-left: 20px;
  list-style-type: disc;
}

.pv-police a {
  color: #0669ff!important;
  text-decoration: none;
}

.pv-police a:hover {
  color: #00ffff!important;
  text-decoration: underline;
}

.pv-police p {
  margin-bottom: 20px;
}

strong {
  color: #080808!important;
}

@media screen and (max-width: 600px) {
  body {
    padding: 20px 15px;
    font-size: 15px;
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 20px;
  }
}
