.goals {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    p {
        margin: 0;
    }
}
h1 {
    line-height: normal;
}