#hero .fl-post-column {
    padding: 0px;
}

#hero .hero-blog {
    position: relative;
    height: 100%;
    z-index: 9;

}

#hero .hero-blog::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(252.44deg, rgba(26, 26, 30, 0.64) 29.3%, rgba(62, 64, 80, 0) 65.83%), linear-gradient(0deg, rgba(62, 64, 80, 0.81), rgba(62, 64, 80, 0.81));
    z-index: -1;
}

#hero article {
    height: 100vh;
}

#hero .hero-blog {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#hero .hero-blog img {
    inset: 0;
    z-index: -2;
    min-width: 100%;
    height: 100%;
    position: absolute;
}

#hero .hero-blog .fl-post-column {
    width: 100%;
}

#hero .hero-blog .fl-post-content-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0px 40px;
}

#hero .hero-blog .fl-post-content h1 {
    font-size: 80px;
    max-width: 620px;
    line-height: calc(80px* 1);
}

#hero .hero-blog .fl-post-content h1 a {
    color: var(--white-color);
}

#hero .hero-blog .fl-post-content .fl-post-excerpt
p {
    max-width: 620px;
    color: var(--white-color);
}

#hero .hero-blog .fl-post-content 
.fl-post-more-link {
    display: flex;
}

#hero .hero-blog .fl-post-content 
.fl-post-more-link a {
    background: var(--primary-color);
    color: var(--text-color);
    font-weight: 500;
    font-family: var(--secondary-font);
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 4px;
}

/*---------- POST CONTENT ----------*/

.single-post-container .post-navigation {
    padding: 24px;
    background: var(--white-color);
    border-radius: 4px;
    border: 1px solid #ebebeb;
}

.single-post-container .post-navigation a {
    background: var(--text-black-color);
    padding: 8px 12px;
    border-radius: 4px;
    color: var(--white-color);
    font-weight: 400;
    font-family: var(--secondary-font);
    font-size: 16px;
}