.vc-dotted_horizontal_line {
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  height: 2px;
}
.vc-dotted_horizontal_line__line {
  background-image: linear-gradient(to right, #D2D2D2 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 6px 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 2px;
}
