﻿.border {
  border: solid 1px #ddd;
}
.segment_area > li .module_heading4 {
  margin: 0;
  padding-left: 15px;
}
.segment_area > li:nth-of-type(1) .module_heading4 {
  border-left: solid 5px #007ac3;
}
.segment_area > li:nth-of-type(2) .module_heading4 {
  border-left: solid 5px #19b9cd;
}
.segment_area > li:nth-of-type(3) .module_heading4 {
  border-left: solid 5px #ea5442;
}
.segment_area > li:nth-of-type(4) .module_heading4 {
  border-left: solid 5px #e95283;
}
.segment_area > li:nth-of-type(5) .module_heading4 {
  border-left: solid 5px #8fc43d;
}
.segment_area > li:nth-of-type(6) .module_heading4 {
  border-left: solid 5px #ffe33b;
}
.segment_area > li:nth-of-type(7) .module_heading4 {
  border-left: solid 5px #f6ad3a;
}