.content-article-title-short {
  font-family: Medium;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  padding-bottom: 9px;
  letter-spacing: 0.11px;
  position: relative;
  padding-left: 48px;
  margin-bottom: 20px;
}
.content-article-title-short::before {
  content: " ";
  display: block;
  background-color: #3734A9;
  height: 43px;
  width: 20px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -9px;
}
.content-article-title-short::after {
  content: " ";
  display: block;
  background-color: #3734A9;
  height: 1px;
  width: 180px;
  position: absolute;
  bottom: 0px;
  left: 122px;
}
.content-article-title-long {
  font-family: Medium;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  padding-bottom: 9px;
  letter-spacing: 0.11px;
  position: relative;
  padding-left: 48px;
  margin-bottom: 20px;
}
.content-article-title-long::before {
  content: " ";
  display: block;
  background-color: #3734A9;
  height: 43px;
  width: 20px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -9px;
}
.content-article-title-long::after {
  content: " ";
  display: block;
  background-color: #3734A9;
  height: 1px;
  width: 300px;
  position: absolute;
  bottom: 0px;
  left: 150px;
}
