
.site-main {
  padding-top: 6rem;
}

@media screen and (min-width: 992px) {
  .site-main {
    padding-top: 8.5rem;
  }
}

.policy-title {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
}

.policy-title .title {
  font-size: clamp(12px,0.903vw,13px);
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.policy-title .subtitle {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 0 2rem 1rem 2rem;
}

.policy-section {
  padding-bottom: 1rem;
}

.policy-section .title {
  font-size: clamp(16px,1.389vw,20px);
  font-weight: 400;
  line-height: 1.4;
  padding: 1rem 0 1rem 1rem;
  margin: 1rem 0 1.5rem 0;
  border-left: 0.75rem solid #eee;
}

.policy-section .text {
  font-size: clamp(14px,1.25vw,18px);
  font-weight: 400;
  line-height: 1.4;
  text-align: justify;
}

.policy-section .list {
  padding: 2rem 1rem 0 2rem;
  font-size: clamp(14px,1.25vw,18px);
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (min-width: 576px) {
  .policy-section .title {
    padding: 1rem 0 1rem 1rem;
    margin: 2rem 2rem;
  }

  .policy-section .text {
    padding: 0 6rem;
  }

  .policy-section .list {
    padding: 3rem 3rem 3rem 4rem;
    width: 100%;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.2);
  }

  .policy-section .container:has(.list) {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 1.5rem 3rem 0 3rem;
  }

  .policy-title .subtitle {
    border-bottom: 1.5px solid #a0a0a0;
  }
}

@media screen and (min-width: 992px) {
  .policy-section .text {
    padding: 0 8rem;
  }
}