body[class*="home"] .section-title--with-line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

body[class*="home"] .section-title--with-line h2 {
  margin-bottom: 0;
}

body[class*="home"] .section-title--with-line::after {
  content: "";
  height: 0;
  display: block;
  flex-grow: 1;

  margin-left: 20px;
  border: 1px solid var(--op-color-middle-grey);
}

@media screen and (min-width: 767.9px) {
  body[class*="home"] .section-title--with-line {
    margin-bottom: 27px;
  }
}
