.body-policy-mgq {
  background: #d8d7ff;
}

.policy-container-mgq {
  width: 375px;
  padding: 32px 20px 24px;
  margin: 0 auto;
  color: #000;
  font-family: var(--second-family);
}

.header-policy-mgq {
  a {
    display: flex;
    align-items: center;

    font-weight: 400;
    font-size: 18px;
    svg {
      width: 36px;
      height: 36px;
    }
  }
}

/* main */

.main-mgq {
  padding-top: 24px;

  .policy-title-mgq {
    font-weight: 900;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 24px;
  }

  h2 {
    font-weight: 700;
    font-size: 24px;
    text-align: justify;
    margin-bottom: 16px;
  }

  .bold-text-mgq {
    font-weight: 500;
  }

  p {
    font-weight: 300;
    font-size: 18px;
    line-height: 178%;
    text-align: justify;
    margin-bottom: 16px;
  }

  .zero-margin-mgq {
    margin-bottom: 0;
  }

  .small-margin-mgq {
    margin-bottom: 8px;
  }

  .medium-margin-mgq {
    margin-bottom: 16px;
  }

  .large-margin-mgq {
    margin-bottom: 24px;
  }

  section {
    margin-bottom: 20px;
  }

  ul {
    margin-bottom: 20px;
    padding-left: 36px;
    list-style-type: disc;
  }

  .policy-links-list-mgq {
    color: #3269f4;
  }

  .policy-link-mgq {
    font-size: 18px;
    line-height: 178%;
    text-align: justify;
    font-weight: 400;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #3269f4;
  }

  .email-policy-mgq {
    color: #3269f4;
    text-decoration: none;
  }
}

@media screen and (min-width: 1440px) {
  .policy-container-mgq {
    width: 1440px;
    padding: 32px 40px 40px;
  }

  .header-policy-mgq {
    a {
      gap: 4px;

      svg {
        width: 54px;
        height: 54px;
      }
    }
  }

  /* main */

  .main-mgq {
    padding-top: 40px;

    .policy-title-mgq {
      font-size: 40px;
      margin-bottom: 40px;
    }

    h2 {
      font-size: 40px;
    }

    p {
      font-size: 30px;
      line-height: 173%;
      margin-bottom: 32px;
    }

    .small-margin-mgq {
      margin-bottom: 16px;
    }

    .large-margin-mgq {
      margin-bottom: 36px;
    }

    section {
      margin-bottom: 32px;
    }

    .policy-link-mgq {
      font-size: 30px;
      line-height: 173%;
    }
  }
}
