.volt-all-ell-servo {
  background: #fff;
  padding: 80px 0;
  display: grid;
}
.volt-all-ellservo {
  background: #262626;
  padding: 80px 0;
  color: #fff;
}
.section_head {
  text-align: center;
  margin-bottom: 60px;
}
.volt-servo .section_title {
  margin-bottom: 30px;
  color: #363636;
  font-size: 40px;
  /*  line-height: 1.5; */
  margin-bottom: 10px;
  text-transform: uppercase;

  font-family: "Montserrat", sans-serif;
}
span.red,
.section_title .red {
  color: #cc0101;
}
.section_descr {
  font-size: 32px;
  /*     line-height: 1.5; */
  color: #363636;

  font-family: "Montserrat", sans-serif;
}

.flex_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.left-block {
  height: 100%;
  /*padding-right: 30px;
	/* padding:60px; */
  z-index: 9;
  border-radius: 8px;
  overflow: hidden;
}
.right-block {
  padding: 0 0 40px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.servo_video {
  max-width: 675px;
  height: 460px;
  overflow: hidden;
  border-radius: 8px;
}
.servo_video .indexer_video {
  /* position: absolute; */
  z-index: 4;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 120%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  background-image: /* our video */ ;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
}
.about-description {
  max-width: 860px;
  margin-bottom: 30px;

  font-size: 18px;
  min-height: 200px;
}
.servo_lift .slick-slide img {
  border-radius: 8px;
}

.fast-facts {
  background: #262626;
  padding-top: 40px;
  padding-bottom: 50px;
  padding-right: 40px;
  padding-left: 365px;
  margin-left: -365px;
  color: #fff;
  border-radius: 8px;
  line-height: 1.5;
}

.fast-facts ul {
  list-style: square;
  padding-left: 1.5rem;
}

.volt-all-ellservo .section_title {
  color: #fff;
  font-size: 3vw;
}
.volt-all-ellservo .section_descr {
  color: #fff;
  font-size: 32px;
  max-width: 1100px;
  margin: 0 auto;
}
.volt-all-ellservo .all-el-block {
  padding-left: 30px;
}
.volt-all-ellservo .flex_hulf {
  width: 50%;
}
.volt-all-ellservo .all-serv-block {
  padding-right: 30px;
}
.p_head_title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.head_img {
  margin-bottom: 30px;
  overflow: hidden;
}

.head_img img {
  max-width: 100%;
  height: auto;
}
.servo_print_heads {
  max-width: 770px;
  height: 480px;
  overflow: hidden;
}

.servo_print_heads .servo_print_heads_video {
  z-index: 4;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
}
/***********/

.volt-energy-savings {
  background: #262626;
  padding: 80px 0;
  color: #fff;
}
.volt-energy-savings .section_title {
  font-size: 3vw;
  color: #fff;
}
.volt-energy-savings .section_title span.red {
  display: block;
}
.volt-energy-savings h3 {
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 15px;
}

.volt-energy-savings .ves_description {
  line-height: 1.3;
  font-size: 24px;
  font-weight: 600;
}
.volt-energy-savings .ves_cont {
  width: 55%;
}
.volt-energy-savings .ves_img {
  width: 40%;
}
.volt-energy-savings a {
  color: #cc0101;
  text-decoration: underline;
}

.ves_img img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 900px) {
  .flex_cont {
    flex-direction: column;
  }
  .volt-all-ell-servo,
  .volt-all-ellservo {
    padding: 40px 0;
  }
  .volt-all-ellservo .flex_hulf,
  .volt-all-ell-servo .flex_hulf {
    width: 100%;
  }

  .servo_print_heads {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .servo_video {
    max-width: 675px;
    height: 510px;
    margin: 0 auto;
  }
  .right-block {
    padding: 30px 0;
  }
  .volt-all-ellservo .section_title,
  .volt-servo .section_title,
  .volt-energy-savings .section_title {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .volt-all-ellservo .all-el-block {
    padding-left: 0;
    margin-top: 30px;
  }
  .volt-all-ellservo .all-serv-block {
    padding-right: 0;
  }

  .volt-energy-savings h3 {
    font-size: 26px;
  }
  .volt-energy-savings .ves_cont,
  .volt-energy-savings .ves_img {
    width: 100%;
    text-align: center;
  }
  .volt-energy-savings {
    padding: 30px 0;
  }
}
@media screen and (max-width: 480px) {
  .servo_video {
    height: 300px;
  }
  .volt-all-ellservo .section_title,
  .volt-servo .section_title,
  .volt-energy-savings .section_title {
    font-size: 36px;
  }
  .servo_indexer .section_descr,
  .volt-all-ellservo .section_descr {
    font-size: 20px;
  }

  .p_head_title {
    font-size: 26px;
  }
  .volt-energy-savings .ves_description {
    font-size: 18px;
  }
}
