.policy-page {
  background-color: #f9f9f9;
  color: #333;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

h1{
  color: rgb(0, 136, 34);
  text-align: center;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  width: 100%;
  max-width: 85%;
}

.policy-wraper {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 85%;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.policy-page h1 {
  color: rgb(0, 136, 34);
  font-size: 2em;
}

.policy-page h2 {
  margin-top: 40px;
  color: rgb(0, 136, 34);
  border-left: 5px solid rgb(0, 136, 34);
  padding-left: 10px;
  font-size: 1.4em;
  text-align: left;
}

.policy-page {
  text-align: left;
  line-height: 200%;
}

.explanation {
  text-align: left;
  padding: 20px;
  line-height: 200%;
}

.list {
  padding: 20px;
}

.policy-page .list {
  margin-top: 40px;
  text-align: left;
  line-height: 200%;
}

.policy-page ol {
  padding-left: 15px;
}

.policy-page .company {
  text-align: right;
  margin-top: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .policy-wraper,
  .title,
  .policy-page h1,
  .policy-page h2,
  .policy-page .explanation,
  .policy-page .list,
  .policy-page ol,
  .policy-page .company {
    max-width: 85%;
    width: 100%;
    padding: 0 10px;
    font-size: 0.95em;
  }

  .policy-page h1 {
    font-size: 1.6em;
  }

  .policy-page h2 {
    font-size: 1.2em;
  }

  .policy-wraper {
    padding: 30px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
  }

  .policy-page .company {
    text-align: center;
  }
}
