.bgded {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Ensure the header stays at the top naturally */
.wrapper.row1 {
    flex-shrink: 0;
}

#pageintro {
    padding: 220px 0 0 0; /* Adjusted to 220px */
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

#pageintro .heading {
    font-size: 3rem; /* Reduced from default 4rem */
}