.move-your-brand {
  .container {
    .big-title {
      font-size: var(--fs-5xl);
      margin-bottom: 32px;
    }
    .text {
      max-width: 592px;
      margin-bottom: 75px;
      @media (max-width: 1024px) {
        margin-bottom: 32px;
      }
    }
    .move-your-brand_items {
      ul {
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 40px;
        @media (max-width: 1024px) {
          flex-direction: column;
          align-items: center;
          margin: 0;
          padding-bottom: 120px;
        }

        li {
          h3 {
            font-size: 62.29px;
            letter-spacing: -2.49px;
            line-height: 82%;
            margin-block: 0;
            width: min-content;
          }
          &:nth-child(1) {
            h3 {
              width: auto;
            }
            figure {
              margin-top: -30px;
              width: 374px;
              height: 162px;
              margin-left: -50px;
              img {
                width: 100%;
                height: 100%;
                object-fit: contain;
              }
            }
          }
          &:nth-child(2) {
            display: flex;
            gap: 12px;
            figure {
              width: 118px;
              height: 224px;
              img {
                width: 100%;
                height: 100%;
                object-fit: cover;
              }
            }
          }
          &:nth-child(3) {
            position: relative;
            figure {
              position: absolute;
              right: 0;
              top: 60px;
              width: 94px;
              height: 180px;
              img {
                width: 100%;
                height: 100%;
                object-fit: cover;
              }
            }
          }
        }
      }
    }
    .tip {
      display: flex;
      gap: 20px;
      margin-top: 70px;
      @media (max-width: 1024px) {
        display: none;
      }
      p {
        max-width: 286px;
      }
      svg {
        margin-top: -6px;
      }
    }
  }
}
