#section-featured-image{
    width: 90%;
    max-width: 1200px;
    aspect-ratio: 5/2;
    margin: calc(var(--generalSpace) * 2) auto 0 auto;
    border-radius: calc(var(--generalSpace) * 1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: solid 1px var(--borderColor);
}

#section-meta{
    width: 90%;
    max-width: 1200px;
    margin: calc(var(--generalSpace) * 1) auto 0 auto;
}

#section-name{
    width: 90%;
    max-width: 1200px;
    margin: calc(var(--generalSpace) * 2) auto 0 auto;
    font-size: var(--xxlarge);
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

#section-content{
    width: 90%;
    max-width: 1200px;
    margin: calc(var(--generalSpace) * 2) auto calc(var(--generalSpace) * 2) auto;
}

#other-posts{
    width: 90%;
    max-width: 1200px;
    margin: calc(var(--generalSpace) * 4) auto;
}
