.subpage-section{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: fit-content;
    position: relative;
    padding-top: 0;
}

.subpage-content{

    display: flex;
    flex-direction: column;
    height: fit-content;
    width: 90vw;
    max-width: 55rem;
    padding: 3rem 0 3rem 0;    
}

.subpage-section p, ul{
    margin-bottom: 0.6rem;
    margin-top: 0.1rem;
}

/* .subpage-section h3{
    margin-top: 2rem;
} */

#hero{
    height: fit-content !important;
    /* height: none !important; */
    min-height: calc(140px + 5rem)!important;
    /* background: red; */
}

/* .hero-content-container{
    height: fit-content !important;
    padding: 0;
} */



.section-title{
    position: static;
}



/* @media (max-width: 52rem) {

    h1{
        background-color: red;
        width: fit-content !important;
    }
} */

