.site-main__header {
    margin-bottom: 100px;
}
.site-main__header > div {
    min-height: 240px;
}
.site-main__header > div .card__content {
    margin: auto;
}
#main-listing .post-group:not(:last-child) {
    margin-bottom: 100px;
}
#main-listing .post-group__list {
    gap: 60px 30px;
}
.resource .card__header {
    overflow: hidden;
}
.resource .card__header--resource-image{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    transition: all 300ms;
}
.resource:hover .card__header--resource-image {
    transform: scale(1.1);
}


@media (max-width: 915px) {
    .site-main__header {
        flex-direction: column;
        margin-bottom: 60px;
    }
    .site-main__header > div {
        width: 100%;
        max-width: 560px;
        align-self: center;
    }
}
