@media screen and (max-width: 1200px) {
  #desktop-nav { display: none; }
  #hamburger-nav { display: flex; }

  .title_container { display: flex; }
  .profilis-text_container { display: block; }

  p { font-size: 1.2rem; }
}

@media screen and (min-width: 950px) {
  .md\:w-1\/3 { width: 33.333333%; }
}

@media screen and (max-width: 950px) {
  .sm\:w-1\/2 { width: 50%; }

  .minutes_container { flex-direction: column; }
  .minutes {
    width: 100%;
    margin: 0.7rem 0 0 0;
  }

  #profilis { width: 100%; } /* fixed id */

  .kasyra-info-containers { display: block; }
  .kasyra_text-container {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
  }

  .kasyra__pic-container {
    display: block;
    margin: 0;
    width: 100%;
    min-height: 30vh;
    max-height: 30vh;
    border: 0;
  }

  .pasl_subtitle { font-size: 1.4rem; }
  p { font-size: 1.1rem; }

  .contact-subtitle { font-size: 1.3rem; }

  .contact-info-inner-container {
    flex-direction: column;
    align-items: center;
  }

  .contact-info-container {
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .contact-socials {
    justify-content: center;
    margin: 0;
    padding-top: 2rem;
  }
}

@media screen and (max-width: 749px) {
  .logo-container { flex-direction: column; }
  .logo-container img { max-width: 60%; }

  .nav-links {
    margin-top: 3rem;
    margin-left: 0;
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }

  .btn-register {
    width: 100%;
    text-align: center;
    padding: 14px;
  }

  .profilis-text_container {
    margin-top: 18rem;
    margin-left: 60px;
  }

  h1 { font-size: 2rem; }
  h2 { font-size: 1.7rem; }
  h3 { font-size: 1.4rem; }
  p { font-size: 0.95rem; }
  span { font-size: 0.8rem; }

  .title { font-size: 1.7rem; }

  .paslaugos__item { border-left: rgb(53, 53, 53) 0.1rem solid; }

  .minutes h3 { font-size: 1rem; }
  .pasl_subtitle { font-size: 1.4rem; }

  .sm\:w-1\/2 { width: 100%; }

  .kasyra__pic-container {
    width: 100%;
    min-height: 30vh;
    max-height: 30vh;
  }

  .kasyra_ikureja-pic {
    width: 50%;
    float: none;
    margin-bottom: 2rem;
  }

  .contact-info-upper-container { flex-direction: column; }

  .contact-title-container_upper { width: 100%; }

  .contact-address_container_upper {
    margin-top: 2rem;
    width: 100%;
    text-align: center;
  }

  .contact-socials { justify-content: center; margin: 0.3rem; }

  .soc-icon img {
    width: 30px;
    height: 30px;
    margin: 0.5rem;
  }

  footer nav { height: fit-content; margin-bottom: 2rem; }
}

@media screen and (max-width: 500px) {
  .profilis-text_container { width: 70%; }

  p { font-size: 0.85rem; } /* fixed unit */

  h3 { font-size: 1.2rem; }
  .pasl_subtitle { font-size: 1.1rem; }

  .paslaugos-text_info_containers {
    margin-left: 10%;
    margin-right: 10%;
  }

  .kasyra_ikureja-pic {
    width: 50%;
    float: none;
    margin-bottom: 1rem;
  }

  footer p { font-size: 0.7rem; }
  .f-nav-links { font-size: 0.7rem; }
}