/* dl-dt-dd */

dl {
  div {
    display: flex;
    gap: 8px;
  }
}

dt {
  padding-left: 12px;
}

dd {
  line-height: 150%;
}

/* main */

.main-policy-ccs {
  width: 375px;
  padding: 561px 16px 60px;
  margin: 0 auto;
  color: var(--typography-wight);

  h1 {
    font-weight: 700;
    font-size: 52px;
    line-height: 128%;
    text-align: center;
    margin-bottom: 40px;
  }

  h2,
  h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 128%;
    margin-bottom: 16px;
  }

  p {
    font-size: 14px;
    line-height: 128%;
    margin-bottom: 16px;
  }

  strong {
    font-weight: 400;
  }

  .zero-margin-ccs {
    margin-bottom: 0;
  }

  section {
    margin-bottom: 16px;
  }

  ul {
    padding-left: 24px;
    list-style-type: disc;
    margin-bottom: 8px;
  }

  .email-policy-ccs {
    color: var(--secondary-link);
  }
}

@media screen and (min-width: 1440px) {
  /* main */

  .main-policy-ccs {
    width: 1440px;
    padding: 415px 212px 80px;
  }
}
