@media (max-width: 943px) {
  body.landing .container .content {
    width: 95%;
  }
  body.landing .container .content .service-info-container {
    width: 100%;
    max-height: none;
  }
  body.landing .menu p.company-name,
  body.landing .menu .middle span {
    display: none;
  }
}

@media (max-width: 850px) {
  body.landing .container .content {
    width: 95%;
  }
  body.landing .container .content .service-info-container {
    width: 100%;
    max-height: none;
  }
  body.landing .menu div.middle {
    flex: 3;
  }
  body.landing .menu .news {
    display: none;
  }
  body.landing .header {
    background-position-y: 0;
  }
  body.landing .header .header-text h1.title {
    font-size: 4rem;
  }
  body.landing .reviews {
    flex-direction: column;
  }
  body.landing .reviews .review {
    margin: 40px auto 0;
  }
  body.landing .kb_kontor_container {
    margin-top: 50px;
  }
  body.landing .partners {
    display: flex;
    flex-direction: column;
  }
  body.landing .partners .partner {
    margin: 25px auto;
  }
  body.landing .footer {
    flex-direction: column;
  }
  body.landing .footer img.kblogo {
    display: none;
  }
  body.landing .footer img.skyline {
    display: none;
  }
}

@media (max-width: 715px) {
  body.landing .container .content {
    width: 95%;
  }
  body.landing .container .content .service-info-container {
    width: 100%;
    max-height: none;
  }
  body.landing
    .container
    .content
    .service-info-container
    .service-info
    .text-container {
    width: 100%;
  }
  body.landing
    .container
    .content
    .service-info-container
    .service-info
    .text-container
    h2 {
    max-width: 80%;
    margin: 0 auto;
  }
  body.landing .menu .middle {
    display: none;
  }
}

@media (min-width: 1400px) {
  body.landing .header {
    background-position-y: -180px;
  }
}

@media (min-width: 1500px) {
  body.landing .header {
    background-position-y: -310px;
  }
}

@media (min-width: 1600px) {
  body.landing .header {
    background-position-y: -410px;
  }
}
