.body-policy-msw {
  color: #fff;
}

.policy-container-msw {
  width: 375px;
  padding: 32px 20px;
  margin: 0 auto;
}

/* header */

.header-policy-msw {
  a {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    width: 187px;
    height: 40px;
    background: #007c52;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    padding-left: 32px;

    svg {
      width: 8px;
      height: 12px;
      fill: #fff;
    }
  }
}

/* main */

.main-msw {
  padding: 0;
  padding-top: 24px;

  .policy-title-msw {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 36px;
    line-height: 150%;
    text-align: left;
    margin-bottom: 24px;
  }

  .zero-margin-msw {
    margin-bottom: 0;
  }

  .small-margin-msw {
    margin-bottom: 8px;
  }

  .medium-margin-msw {
    margin-bottom: 16px;
  }

  h3 {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    padding-left: 36px;
    position: relative;
  }

  h3::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #fff;
  }

  section {
    margin-bottom: 24px;
  }

  p {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 24px;
  }

  h2 {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 16px;
  }

  ul {
    margin-bottom: 20px;
    padding-left: 36px;
    list-style-type: disc;
  }

  a {
    text-decoration: underline;
  }
}

@media screen and (min-width: 1440px) {
  .policy-container-msw {
    width: 1440px;
    padding: 90px 72px;
  }

  /* main */

  .main-msw {
    padding: 0;
    padding-top: 36px;

    .policy-title-msw {
      font-size: 64px;
      margin-bottom: 36px;
    }

    .zero-margin-msw {
      margin-bottom: 0;
    }

    .small-margin-msw {
      margin-bottom: 16px;
    }

    section {
      margin-bottom: 36px;
    }

    p {
      font-size: 18px;
      margin-bottom: 36px;
    }

    h2 {
      font-size: 36px;
      margin-bottom: 24px;
    }
  }
}
