.free-scan-works {
  h2 {
    margin: 0 0 1.4em;
    font-size: var(--fs-3xl);
    text-align: center;
    line-height: 90%;
    letter-spacing: -2.25px;
  }

  .free-scan-works-items {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 64px;

    @media (max-width: 1024px) {
      flex-direction: column;
      gap: 24px;
      align-items: center;
    }

    .free-scan-works-item {
      max-width: 290px;
      text-align: center;

      .free-scan-works-icon {
        display: flex;
        justify-content: center;
        margin-bottom: 16px;

        svg {
          width: 24px;
          height: 24px;
        }
      }

      .text {
        p {
          margin: 0;
          letter-spacing: -0.36px;
        }
      }
    }
  }
}