.categories-pillar-content .wp-block-newspack-blocks-homepage-articles .entry-title a {
    font-weight: 700;
    line-height: 1.4;
    font-size: 20px;
}

.categories-pillar-content .wp-block-newspack-blocks-homepage-articles > button {
    font-size: 16px;
    font-weight: 400;
    transition: color 250ms ease-in-out;
    line-height: 1.5;
    color: var( --c-red);
    text-align: center;
    background: transparent;
    border-bottom: 1px solid var( --c-red);
    border-radius: 0;
    padding: 0 0 8px 0;
}

.categories-pillar-content .wp-block-newspack-blocks-homepage-articles > button:hover{
    color: var(--c-gray);
    border-bottom-color: var(--c-gray);
}

.categories-pillar-content .wp-block-newspack-blocks-homepage-articles .entry-title:hover a{
    color: var(--c-maroon-1);
}

.categories-pillar-wrapper {
    position: relative;
    z-index: 1;
}

.categories-pillar-hero {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 360px;
    z-index: -1
}

.categories-pillar-category-listing-hero {
    height: 180px;
}
.categories-pillar-category-listing-hero > .hero.with-featured-image {
    padding: 60px 0;
}
.categories-pillar-hero .hero {
    height: 100%;
}

.categories-pillar-hero .hero-wrapper {
    display: none;
}


@media screen and (min-width: 992px) {
    .categories-pillar-content .wp-block-newspack-blocks-homepage-articles .entry-title a{
        font-size: 24px;
        line-height: 1.33;
    }
}