.policy-container-mno {
  width: 375px;
  padding: 20px 20px 40px;
  margin: 0 auto;
}

/* header */

.header-policy-mno {
  a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    width: 170px;
    height: 40px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    color: #044454;
    padding: 8px;

    svg {
      width: 14px;
      height: 14px;
      fill: #044454;
    }
  }
}

/* main */

.main-mno {
  padding: 0;
  padding-top: 20px;

  .policy-title-mno {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 40px;
    color: var(--title);
    margin-bottom: 32px;
    text-align: left;
  }

  .zero-margin-mno {
    margin-bottom: 0;
  }

  .small-margin-mno {
    margin-bottom: 8px;
  }

  .medium-margin-mno {
    margin-bottom: 16px;
  }

  h2 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 32px;
    color: var(--title);
    margin-bottom: 20px;
  }

  h3 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    color: var(--title);
    margin-bottom: 16px;
  }

  h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 16px;
  }

  section {
    margin-bottom: 20px;
  }

  p {
    font-size: 14px;
    line-height: 150%;
    color: #1c1c1c;
    margin-bottom: 20px;
  }

  ul {
    margin-bottom: 20px;
    padding-left: 36px;
    list-style-type: disc;
  }

  a {
    text-decoration: underline;
  }

  .text-special-mno {
    padding-left: 24px;
    position: relative;
  }

  .text-special-mno::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-mno {
    width: 1440px;
    padding: 40px 60px;
  }

  /* main */

  .main-mno {
    .policy-title-mno {
      font-size: 64px;
    }

    h2 {
      font-size: 48px;
    }

    h3 {
      font-size: 40px;
    }

    p {
      font-size: 24px;
    }

    .zero-margin-mno {
      margin-bottom: 0;
    }

    .small-margin-mno {
      margin-bottom: 16px;
    }

    section {
      margin-bottom: 20px;
    }
  }
}
