.policy-container-mgo {
  width: 375px;
  padding: 76px 16px 40px;
  margin: 0 auto;
}

/* main */

.main-mgo {
  padding: 0;

  .policy-title-mgo {
    font-weight: 400;
    font-size: 64px;
    line-height: 120%;
    margin-bottom: 32px;
    text-align: left;
  }

  .zero-margin-mgo {
    margin-bottom: 0;
  }

  .small-margin-mgo {
    margin-bottom: 8px;
  }

  .medium-margin-mgo {
    margin-bottom: 16px;
  }

  h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    margin-bottom: 32px;
  }

  h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
  }

  h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 16px;
  }

  section {
    margin-bottom: 20px;
  }

  p {
    line-height: 142%;
    margin-bottom: 16px;
  }

  ul {
    margin-bottom: 20px;
    padding-left: 36px;
    list-style-type: disc;
  }

  a {
    text-decoration: underline;
  }

  .text-special-mgo {
    padding-left: 24px;
    position: relative;
  }

  .text-special-mgo::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 7px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #000;
  }
}

@media screen and (min-width: 1440px) {
  .policy-container-mgo {
    width: 1440px;
    padding: 164px 50px 100px;
  }

  /* main */

  .main-mgo {
    .policy-title-mgo {
      font-weight: 700;
      font-size: 120px;
      line-height: 90%;
    }

    .zero-margin-mgo {
      margin-bottom: 0;
    }

    .small-margin-mgo {
      margin-bottom: 16px;
    }

    section {
      margin-bottom: 20px;
    }
  }
}
