@media screen and (max-width: 1400px) {
  #profile {
    height: 83vh;
    margin-bottom: 6rem;
  }
  .Über-uns-containers {
    flex-wrap: wrap;
  }
  /* #Kontakt and #Leistungen sind in deinem HTML nicht vorhanden,
     kannst du bei Bedarf entfernen */
}

@media screen and (max-width: 1200px) {
  #profile {
    display: block;
    margin: 0 5%;
    padding-top: 4vh;
  }
  .Über-uns-containers {
    margin-top: 0;
    flex-wrap: wrap;
  }
  .arrow {
    display: none; /* arrow nicht im HTML, ggf. entfernen */
  }
  section,
  .section-container {
    height: fit-content;
  }
  .section__pic-container {
    width: 275px;
    height: 275px;
    margin: 0 auto 2rem;
  }
}

@media screen and (max-width: 600px) {
  #profile {
    height: 83vh;
    margin-bottom: 0;
  }
  article {
    font-size: 1rem; /* article nicht im HTML, ggf. entfernen */
  }
  .Über-uns-containers {
    flex-wrap: wrap;
  }
  .btn-container {
    flex-wrap: wrap;
  }
  .section__pic-container {
    width: auto;
    height: 46vw;
    justify-content: center;
  }
  .section__text__p2 {
    font-size: 1.25rem;
  }
  .title {
    font-size: 2rem;
  }
  .text-container {
    text-align: center;
  }
  .project-map {
    border-radius: 2rem;
    width: 50%;
    height: 20%;
  }
  #Kontakt,
  footer {
    height: 40vh;
  }
}
