@media (max-width: 1220px) {
  .intro-left {
    max-width: 460px;
  }

  .crafts-boxes {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ideas-boxes {
    flex-wrap: wrap;
    justify-content: center;
  }

  .market-wrapper img {
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .main-intro {
    flex-direction: column;
  }

  .market-wrapper img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .market-right-wrapper {
    z-index: 2;
  }

  .market-section {
    align-items: center;
  }

  .intro-left {
    max-width: 100%;
  }

  .intro {
    gap: 30px;
  }
}

@media (max-width: 900px) {
  .footer {
    flex-direction: column;
    width: max-content;
    gap: 20px;
    align-items: flex-start;
    height: auto;
    padding: 24px 16px;
  }

  .expertise-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .intro {
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .nav-logo {
    height: 32px;
    width: 178px;
  }

  main {
    padding-top: 64px;
  }

  .nav-link {
    display: none;
  }

  .intro {
    padding: 24px 0;
  }

  .about-right {
    margin: 30px 32px;
    width: 274px;
    height: 225px;
  }

  .intro-left h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1px;
  }

  .intro-left h2 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
  }

  .expertise-right {
    flex-wrap: wrap;
    width: 100%;
  }

  .expertise-section {
    padding: 24px 0;
  }

  .expertise-left h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 1px;
  }

  .expertise-right {
    gap: 30px;
  }

  .menu-bar {
    cursor: pointer;
    display: flex;
    width: 24px;
    height: 24px;
  }

  .intro-left {
    gap: 32px;
  }

  .intro-image {
    width: 274px;
    height: 245px;
    margin: 30px 32px 90px;
  }

  .graphic {
    left: 50%;
    transform: translateX(-50%);
    top: 170px;
    height: max-content;
    width: 236px;
  }

  .graphic-top {
    padding: 10px 10px 13px;
  }

  .graphic-wrapper {
    padding: 13px 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 184px;
    margin: 0 auto;
  }

  .graphic-detail {
    margin-left: auto;
  }

  .market-section {
    overflow: hidden !important;
    position: relative;
  }

  .market-right-wrapper {
    width: 100%;
  }

  .crafts {
    padding: 24px 16px;
  }

  .crafts-title h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
    letter-spacing: 1px;
  }

  .crafts-title h2 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    letter-spacing: 1px;
  }

  .crafts-box {
    width: 100%;
    max-width: 343px;
  }

  .crafts-boxes {
    gap: 16px;
  }

  .market-section {
    padding: 24px 16px;
    gap: 30px;
  }
  .market-right-wrapper div {
    max-width: 343px;
  }

  .market-section h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 1px;
  }

  .ideas-section {
    padding: 24px 0;
  }

  .ideas-title h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
    letter-spacing: 1px;
  }

  .ideas-title h2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    letter-spacing: 1px;
  }

  .ideas-boxes {
    gap: 16px;
  }
}

@media (max-width: 560px) {
  .footer {
    width: 100%;
  }
}
