@charset "utf-8";
/* CSS Document */

[data-module-type="heading"]:has(h2[class*="h2-H003"]) {
  position: relative;
}
h2[class*="h2-H003"] {
  padding: 15px 25px 12px 25px;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}
.border-l_h2-H003 , .border-r_h2-H003 {
  position: absolute;
  height: 100%;
  top: 0;
  border-right: 3px double #ccc;
}
.border-l_h2-H003 {
  left: 5px;
}
.border-r_h2-H003 {
  right: 5px;
}


h3[class*="h3-H003"] {
  padding: 12px 10px 10px 12px;
  background: #f2f2f2;
  border-left: 10px solid #000;
  font-size: 18px;
  font-weight: normal;
  color: #000;
}


h4[class*="h4-H003"] {
  padding: 7px 5px 5px;
  border-left: 5px solid #333;
  color: #000;
}
@media (max-width: 767px) {
  h4[class*="h4-H003"] {
    padding: 5px;
  }
}