.fab-step-work-item[data-astro-cid-j6r76g4n] {
        flex: 1;
        display: flex;
        flex-direction: column;
        row-gap: 1.5rem;
      }
  @media (max-width: 767.99px) {
    .fab-step-work-item[data-astro-cid-j6r76g4n] {
          min-width: clamp(15.7rem, 14.8901rem + 3.4554vw, 18rem);
        width: clamp(15.7rem, 14.8901rem + 3.4554vw, 18rem);
    }
  }
      .fab-step-work-item[data-astro-cid-j6r76g4n]
        img[data-astro-cid-j6r76g4n] {
        clip-path: polygon(10% 0%, 100% 0, 100% 80%, 90% 100%, 0 100%, 0% 20%);
      }
      .fab-step-work-item[data-astro-cid-j6r76g4n] h3[data-astro-cid-j6r76g4n] {
        font-size: 1rem;
        font-size: var(--font-family);
        font-weight: 700;
      }
      .fab-step-work-item[data-astro-cid-j6r76g4n] p[data-astro-cid-j6r76g4n] {
        width: inherit;
      }
      .fab-step-work-item-wrap[data-astro-cid-j6r76g4n] {
        display: flex;
        flex-direction: column;
        row-gap: 0.5rem;
      }
      .fab-steps-works svg {
        min-width: clamp(3rem, 2.4718rem + 2.2535vw, 4.5rem);
        margin: 4rem 0 0;
      }
      .fab-steps-works-row {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        column-gap: 1rem;
      }