.image-with-text__heading {
  padding-top: 2rem;
  position: relative;
}
.image-with-text__heading::before {
  background-color: #C9C6C0;
  content: "";
  width: 120px;
  height: 1px;
  top: -1rem;
  position: absolute;
  left: 0;
}
