.twogrid.content {
  margin-bottom: 3rem;
}

.twogrid h2 {
  line-height: 25px;
}

/* Width in PX > 920px */
/* ==== = BIG = ==== */
@media only screen and (min-width: 62em) {
  .twogrid h2 {
    padding-left: 4rem;
  }
  
  .twogrid h2::before {
    content: " ";
    position: absolute;
    top: 1.2rem;
    left: 0rem;
    width: 2.2rem;
    margin-right: 2rem;
    height: 1px;
    background: #2C2F35;
  }
}

/* Editor Appearance */
.acf-block-preview {
}
