  .sectionTitle h1::after {
content: "";
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    background-color: var(--gfColors-gold);
    width: 2.5rem;
    height: 3px;
    }
.sectionTitle h1 {
    position:relative;
}