.content_block h1, .content_block h2, .content_block h3, .content_block h4, .content_block h5 {
  color: inherit;
}

.content_block .block-divider {
  height: 10px;
  width: 280px;
  background-image: url('/wp-content/themes/drive-electric/svg/text-block-divider.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
  .content_block .block-divider {
    width: 160px;
    height: 6px;
  }
}