.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: 2.6rem 0;    
}

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

.subpage-section .proprietor{
    margin-bottom: 0.3rem;
}

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

.section-title{
    position: static;
}





