@media screen and (max-width: 900px) {
  .terminal-body {
    padding: 1.3rem 1.2rem 1.5rem;
  }

  .profile {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .profile-img img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }

  .profile-text {
    width: 100%;
  }

  .profile-title h1 {
    font-size: 3.6rem;
  }

  .desc p {
    padding-right: 0;
  }

  .command {
    padding: 1.3rem 1rem;
  }
}

@media screen and (max-width: 500px) {
  .terminal-panel {
    border-radius: 22px;
  }

  .terminal-header {
    padding: 0.9rem 1rem;
  }

  .terminal-title {
    font-size: 0.75rem;
  }

  .profile-img img {
    width: 160px;
    height: 160px;
  }

  .profile-title h1 {
    font-size: 2.8rem;
  }

  .skill-icon {
    justify-content: center;
  }

  .command-input {
    flex-direction: column;
    align-items: stretch;
  }
}
