/* ––––––––––––––––––– */
/* ABOUT */
/* ––––––––––––––––––– */
@media (max-width: 900px) {
  .about-left,
  .about-mid {
    position: static;
  }
}

@media (max-width: 1200px) {
  .about {
    grid-template-columns: 300px 130px minmax(420px, 1fr);
    column-gap: 60px;
  }

  .about-left img {
    width: 300px;
    height: 300px;
  }

  .title h1 {
    font-size: 52px;
  }
}

/* ––––––––––––––––––– */
/* PORTFOLIO */
/* ––––––––––––––––––– */

@media (max-width: 900px) {
  .about {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .about-left img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .about-mid {
    padding-top: 0;
  }

  .about-right {
    width: 100%;
  }

  .title h1 {
    font-size: 44px;
  }
}

@media (max-width: 900px) {
  .case-card {
    position: relative;
    top: auto;
    min-height: auto;

    display: flex;
    flex-direction: column;
    gap: 36px;
  }

  .case-info h1 {
    margin-bottom: 36px;
  }

  .case-link {
    margin-bottom: 36px;
  }
}
