.policy-width {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
}

.policy-banner {
  height: 200px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 32, 69, .95), rgba(10, 46, 89, .72)),
    url("/static/home/images/counsel/banner.jpg") center/cover no-repeat;
}

.policy-banner .policy-width {
  display: flex;
  align-items: flex-end;
  gap: 34px;
  height: 100%;
  padding-bottom: 36px;
  box-sizing: border-box;
}

.policy-banner h1 {
  margin: 0;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}

.policy-banner p {
  margin: 0 0 2px;
  font-size: 17px;
}

.policy-tabs {
  margin-top: 70px;
}

.policy-tabs .policy-width {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 3px solid #102d53;
}

.policy-tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  color: #1d2734;
  font-size: 17px;
  text-decoration: none;
  box-sizing: border-box;
}

.policy-tabs a.active {
  margin-bottom: -3px;
  border: 3px solid #102d53;
  border-bottom-color: #fff;
  border-radius: 18px 18px 0 0;
  color: #102d53;
  font-weight: 700;
}

.policy-page {
  padding: 66px 0 110px;
}

.policy-heading {
  padding-bottom: 38px;
  text-align: center;
  border-bottom: 1px solid #e3e6ea;
}

.policy-heading h2 {
  margin: 0;
  color: #111;
  font-size: 34px;
  font-weight: 700;
}

.policy-heading p {
  margin: 12px 0 0;
  color: #737b85;
  font-size: 16px;
}

.policy-document {
  display: block;
  width: 100%;
  padding: 22px 4px 0;
  box-sizing: border-box;
  color: #444b54;
  font-size: 15px;
  line-height: 1.8;
  word-break: keep-all;
}

.policy-document section {
  display: block;
  padding: 27px 0;
  border-bottom: 1px solid #eceef1;
}

.policy-document h3 {
  margin: 0 0 12px;
  color: #182b45;
  font-size: 19px;
  font-weight: 700;
}

.policy-document p {
  margin: 7px 0;
}

.policy-document ul {
  margin: 10px 0;
  padding-left: 22px;
}

.policy-document li {
  list-style: disc;
}

.policy-notice {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin-top: 34px;
  padding: 38px 42px;
  border: 1px solid #dfe4ea;
  border-radius: 14px;
  background: #f8fafc;
}

.policy-notice-icon {
  display: flex;
  flex: 0 0 62px;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #153d73;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.policy-notice h3 {
  margin-top: 1px;
}

@media (max-width: 650px) {
  .policy-width {
    width: calc(100% - 28px);
  }

  .policy-banner {
    height: 160px;
  }

  .policy-banner .policy-width {
    display: block;
    padding-top: 84px;
    padding-bottom: 0;
  }

  .policy-banner h1 {
    font-size: 28px;
  }

  .policy-banner p {
    margin-top: 10px;
    font-size: 14px;
  }

  .policy-tabs {
    margin-top: 42px;
  }

  .policy-tabs a {
    height: 58px;
    padding: 0 6px;
    font-size: 13px;
    text-align: center;
  }

  .policy-page {
    padding: 48px 0 75px;
  }

  .policy-heading h2 {
    font-size: 27px;
  }

  .policy-heading p,
  .policy-document {
    font-size: 14px;
  }

  .policy-document {
    padding-right: 0;
    padding-left: 0;
    word-break: normal;
  }

  .policy-document h3 {
    font-size: 17px;
  }

  .policy-notice {
    display: block;
    padding: 28px 22px;
  }

  .policy-notice-icon {
    margin-bottom: 20px;
  }
}
