.policy-container-fes {
  width: 375px;
  padding: 32px 16px 40px;
  margin: 0 auto;
}

/* header */

.header-policy-fes {
  a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 144px;
    height: 24px;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    padding-left: 8px;

    svg {
      width: 8px;
      height: 15px;
      fill: var(--blue1);
    }
  }
}

/* main */

.main-fes {
  padding: 0;
  padding-top: 40px;

  .policy-title-fes {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
  }

  .zero-margin-fes {
    margin-bottom: 0;
  }

  .small-margin-fes {
    margin-bottom: 8px;
  }

  .medium-margin-fes {
    margin-bottom: 16px;
  }

  h2 {
    font-weight: 400;
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 20px;
  }

  h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 16px;
  }

  h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 16px;
  }

  section {
    margin-bottom: 20px;
  }

  p {
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 20px;
  }

  ul {
    margin-bottom: 20px;
    padding-left: 36px;
    list-style-type: disc;
  }

  a {
    text-decoration: underline;
  }

  .text-special-fes {
    padding-left: 24px;
    position: relative;
  }

  .text-special-fes::after {
    content: "";
    position: absolute;
    left: 12px;
    top: 7px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: var(--blue1);
  }
}

@media screen and (min-width: 1440px) {
  .policy-container-fes {
    width: 1440px;
    padding: 56px 189px 40px;
  }

  /* main */

  .main-fes {
    padding: 0;
    padding-top: 24px;

    .policy-title-fes {
      font-size: 40px;
      margin-bottom: 40px;
    }

    .zero-margin-fes {
      margin-bottom: 0;
    }

    .small-margin-fes {
      margin-bottom: 16px;
    }

    section {
      margin-bottom: 20px;
    }
  }
}
