@charset "UTF-8";
.title-border-left {
  padding-left: 8px;
  margin-bottom: 16px;
  border-left: 4px #0E5645 solid;
  color: #0E5645;
  font-weight: 700;
}
.title-border-left.h3,
h3.title-border-left {
  line-height: 32px;
  font-size: 22px;
}
@media screen and (max-width: 750px) {
  .title-border-left.h3,
  h3.title-border-left {
    line-height: 28px;
    font-size: 20px;
  }
}
.title-border-left.h4,
h4.title-border-left {
  line-height: 24px;
  font-size: 18px;
}
