.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.headercont {
  width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar {
  background-color: #fff;
}

.nav-menu {
  float: left;
}

.nav-link {
  font-family: Rubik, sans-serif;
  font-weight: 600;
}

.icon {
  mix-blend-mode: normal;
  background-color: #17adde00;
}

.brand {
  margin-right: 30px;
}

.container {
  background-image: url('../images/blueBG.png');
  background-position: 50%;
  background-size: contain;
  height: 401px;
}

.div-block {
  width: 200px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: #17adde;
  text-align: center;
  margin-top: 13px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  margin-top: 39px;
  margin-bottom: 39px;
  font-family: Rubik, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.text-block-3 {
  text-align: center;
  padding-top: 42px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
}

.text {
  text-align: center;
  margin-top: 5px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text.nadpis {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 600;
}

.div-block-2 {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .headercont {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .headercont {
    width: auto;
  }

  .image-3 {
    float: left;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .container {
    height: 367px;
  }

  .text-block-2 {
    font-size: 27px;
  }

  .bodysection {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .text {
    margin-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-2 {
    width: 200px;
  }

  .image {
    width: 32%;
  }

  .image-2 {
    width: 45%;
  }
}


