@media (max-width: 1200px) {
  .intro .third {
    text-align: center;
  }

  .intro .third img {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 950px) {
  .intro .third,
  .intro .two_third {
    width: 50%;
  }
}

@media (max-width: 769px) {
  .half,
  .third,
  .two_third,
  .fourth,
  .three_fourth {
    width: 100%;
  }

  header .container .row.menu {
    display: block;
    margin: 0 auto;
    justify-content: center;
  }

  .header_top span {
    font-family: "Mr Bedfort", cursive;
    font-size: 30px;
    line-height: 60px;
  }

  .header_top a {
    display: block;
    color: #f9f5f5;
    font-size: 30px;
    line-height: 60px;
  }

  .header_top a:first-of-type {
    border-bottom: 1px solid white;
    margin-bottom: 20px;
  }

  .bg_image {
    height: 30vh;
  }

  .cards {
    display: block;
  }

  .card {
    display: block;
    width: 100%;
    padding: 6vw 4vw 4vw;
  }

  .card_in {
    display: inline;
  }

  .therapist {
    padding-bottom: 122px;
  }

  .therapist img {
    width: 40vw;
    height: 40vw;
  }

  .card img {
    width: 30vw;
    height: 30vw;
    border: 1vw solid #e8b7b2;
    margin-top: 2rem;
  }

  .ajandek img {
    width: 42vw;
    height: 33vw;
  }

  .testimonials {
    display: none;
  }

  .testimondirect {
    display: inline;
    color: inherit;
  }

  .testimondirect h2 {
    padding: 2vw;
    margin: 0 auto;
    text-align: center;
  }

  .intro .third,
  .intro .two_third {
    width: 100%;
  }

  .intro .two_third {
    border-left: none;
  }

  .bia_bgimg {
    height: 60vh;
  }

  .gallery .first img,
  .gallery .second img {
    padding-left: 15vw;
    padding-right: 15vw;
    max-height: 117vw;
  }
}

@media (max-width: 770px) {
  .modal-content h5 {
    line-height: 3rem;
  }
}

@media (max-width: 640px) {
  iframe {
    width: 360px;
    height: 215px;
  }
}

@media (max-width: 580px) {
  .modal-content {
    width: 75%;
    padding: 10px 30px 30px;
  }

  .modal-content h5 {
    font-size: 38px;
    line-height: 2rem;
    margin-bottom: 1.5rem;
  }

  .modal-content p {
    font-size: 21px;
  }

  .modal-content p span {
    font-size: 25px;
  }
}



@media (max-width: 390px) {
  iframe {
    width: 260px;
    height: 145px;
  }

  .modal-content h5 {
    font-size: 35px;
    line-height: 2rem;
    margin-bottom: 1.5rem;
  }

  .modal-content p {
    font-size: 20px;
  }

  .modal-content p span {
    font-size: 22px;
    line-height: 3rem;
  }

}

@media (max-width: 330px) {
  .intro .third img {
    width: 200px;
    height: 200px;
  }

  .gallery .first img,
  .gallery .second img {
    padding-left: 10vw;
    padding-right: 10vw;
    max-height: 117vw;
  }

  .modal-content {
    width: 80%;
  }

  .modal-content p {
    font-size: 18px;
  }

  .modal-content p span {
    font-size: 20px;
    line-height: 2rem;
  }

}
