@media only screen and (min-width: 1200px) and (max-width: 1600px) {

.wrapper {
  width: 1200px;
}

.shape_little {
  left: -330px;
}

.shape_big {
  right: -450px;
}

.kbh_new-product-card {
  width: 260px;
  margin: 20px 20px;
}

.kbh_infograph_item h1 {
  font-size: 21px;
  height: 60px;
}

.kbh_infograph_item h2 {
  font-size: 17px;
}

.kbh_about_section-clip3 {
  -webkit-clip-path: polygon(5% 5%, 100% 5%, 100% 20%, 50% 100%, 0 100%, 0 10%);
  clip-path: polygon(5% 5%, 100% 5%, 100% 20%, 50% 100%, 0 100%, 0 10%);
}

.kbh_aboutlrightside {
  width: 60%;
}

.kbh_aboutimagesl {
  width: 420px;
}

}