#blog-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
    padding: 0 1rem;
    height: 400px;
    color: var(--color-white);
    z-index: 999;
    margin-bottom: 2rem;
}

#blog-hero-title {
    color: var(--color-white);
}

#blog-hero-subtitle {
    font-size: var(--fs-5);
    color: var(--color-white);
}

