.main {
  padding-top: 92px;

  .title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 26px;

    h2 {
      font-family: var(--second-family);
      font-weight: 700;
      font-size: 22px;
      line-height: 150%;
      letter-spacing: 0.03em;
      text-align: center;
      color: #5e5f93;
    }

    span {
      color: #f2ecec;
      background-color: #5e5f93;
    }

    img {
      width: 53px;
    }
  }

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px;
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px;
  }
  h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px;
  }

  a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-decoration-skip-ink: none;
    text-decoration: underline;
  }

  ul {
    padding-left: 20px;
    list-style: disc;
  }
}

@media screen and (min-width: 1436px) {
  .main {
    padding-top: 180px;

    .title {
      gap: 56px;
      margin-bottom: 60px;

      h2 {
        font-size: 40px;
      }

      img {
        width: auto;
      }
    }

    p,
    a,
    h2,
    h3 {
      font-size: 24px;
    }
  }
}
