.flex-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem 0;
}

.flex-heading .flex-heading__header {
    color: var(--teal);
    font-size: 70px;
    text-align: center;
    line-height: 1.2;
    margin: 0;
}

.flex-heading .flex-heading__hr {
    width: 65%;
    height: 2px;
    background: black;
}