@media screen and (max-width: 1400px) {
  #profile {
    height: fit-content;
    padding: 6vh 0;
    margin-bottom: 3rem;
  }
  .about-containers {
    flex-wrap: wrap;
  }
  /* #contact,
  #projects,
  #experience {
    height: fit-content;
  } */
}

@media screen and (max-width: 1200px) {
  #experience,
  .experience-details-container {
    margin-top: 2rem;
  }
  .section-container {
    display: block;
  }
  .arrow {
    display: none;
  }
  section {
    min-height: auto;
}
  /* section {
    margin: 0 5%;
  } */
  .section__pic-container,
  #about .section__pic-container {
    width: 275px;
    height: 275px;
    margin: 0 auto 2rem;
  }
  .section__text {
    text-align: center;
    margin: 0 auto;
  }
  .section__text__p1,
  .section__text__p2 {
    text-align: center;
  }
  .section__text__p1::before {
    content: "";
  }
  .btn-container,
  #socials-container {
    justify-content: center;
  }
  .terminal-window {
    text-align: left;
  }
  .desktop-icons {
    position: absolute;
    top: 2rem;
    right: 2rem;

    display: flex;
    flex-direction: column;
    gap: 1.5rem;

    z-index: 2;
}
  .about-containers {
    margin-top: 0;
  }
  .timeline {
    margin-left: 0.5rem;
  }
}

@media screen and (max-width: 600px) {
  #contact,
  footer {
    height: fit-content;
  }
  #profile {
    padding: 4vh 0;
    margin-bottom: 0;
  }
  article {
    font-size: 1rem;
    width: 100%;
  }
  footer {
    padding-bottom: 2rem;
  }
  footer nav {
    height: fit-content;
    margin-bottom: 1rem;
  }
  .about-containers,
  .contact-info-upper-container,
  .btn-container {
    flex-wrap: wrap;
  }
  .contact-info-container {
    margin: 0.5rem 0;
  }
  .contact-info-container p,
  .nav-links li a {
    font-size: 1rem;
  }
  .experience-sub-title {
    font-size: 1.15rem;
  }
  .logo {
    font-size: 1.3rem;
  }
  .nav-links {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
  .section__pic-container {
    width: auto;
    height: 50vw;
    justify-content: center;
  }
  .section__text__p2 {
    font-size: 1.1rem;
  }
  .title {
    font-size: 1.7rem;
  }
  .text-container {
    text-align: left;
  }
  .terminal-body {
    font-size: 0.85rem;
  }
}