.blog-hero {
    position: relative;
    height: 430px;
    background-image: url("../imgs/blog/headerBlog.png");
    background-size: cover;
    background-position: center;
}

.blog-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.blog-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    color: #fff;
}

.blog-content h1 {
    font-weight: 700;
    color: #FF9500;
    font-size: 2.8rem;
    margin-bottom: 1rem;
}

.blog-content p {
    /* max-width: 600px; */
    /* margin: 10px auto 0; */
    color: #000;
    font-size: 1.2rem;
}