.dhsv_vc_box {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  padding: 0;
  background-color: transparent;
}
.dhsv_vc_box h4 {
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: 'blender_book', sans-serif;
  line-height: 1;
  border-left: 1px solid #c6c6c6;
  padding-left: 20px;
}
.dhsv_vc_box h4 strong {
  display: block;
  font-size: inherit;
  font-family: 'blender_bold', sans-serif;
}
.dhsv_vc_box .icon {
  width: 100%;
  border-left: 1px solid #c6c6c6;
  padding-left: 20px;
  padding-bottom: 20px;
}
.dhsv_vc_box .icon img {
  height: 50px;
  width: auto;
}
.dhsv_vc_box .content {
  width: 100%;
  line-height: 20px;
  display: inline-block;
  margin: 0;
}
.dhsv_vc_box .content ul {
  margin: 0;
  padding: 0;
}
.dhsv_vc_box .content ul li {
  list-style: none;
  font-size: 16px;
  position: relative;
  line-height: 24px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-family: 'Roboto', sans-serif;
}
.dhsv_vc_box .content ul li:before {
  content: "=";
  color: #be2b1d;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 0.9;
}
.dhsv_vc_box .content p,
.dhsv_vc_box .content p.big {
  font-size: 16px;
  padding-top: 10px;
  line-height: 24px;
}
.dhsv_vc_box .content p strong,
.dhsv_vc_box .content p.big strong {
  width: 20px;
  display: inline-block;
  color: #808080;
}
