#hero.hero-blog .fl-row-content-wrap {
    padding: 0px !important;
}

#hero.hero-blog .pp-row-separator {
    z-index: 99;
}

#hero .fl-post-grid {
    margin: 0px;
    width: 100%;
}

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

#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;
    border: none;
}

#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-content-container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#hero .hero-blog .fl-post-content {
    padding: 24px;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

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

@media (max-width: 640px) {
    #fl-main-content #hero .hero-blog .fl-post-content h1 {
        font-size: 12vw;
        line-height: calc(12vw * 1.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 LIST *******************/
/********************************************/

.blog-list .pp-posts-wrapper
ul.pp-post-filters li.pp-post-filter {
    font-family: var(--secondary-font);
    font-size: 16px;
}

.blog-list .pp-posts-wrapper
ul.pp-post-filters li.pp-post-filter.pp-filter-active {
    text-decoration: underline;
}


.blog-list .pp-posts-wrapper .pp-content-post-grid {
    
}

.blog-list .pp-posts-wrapper .pp-content-post-grid
.pp-content-post {
    padding: 0px;
    border-radius: 4px;
}

.blog-list .pp-posts-wrapper .pp-content-post-grid
.pp-content-post .pp-content-category-list a {
    font-family: var(--secondary-font);
    font-size: 14px;
}

.blog-list .pp-posts-wrapper .pp-content-post-grid
.pp-content-post .pp-content-body {
    padding: 24px;
    border: 1px solid #ebebeb;
    background: var(--white-color);
}

.blog-list .pp-posts-wrapper .pp-content-post-grid
.pp-content-post .pp-content-body h3 {
    font-family: var(--secondary-font);
}

.blog-list .pp-posts-wrapper .pp-content-post-grid
.pp-content-post .pp-content-body h3 a:hover {
    color: var(--text-color);
    text-decoration: underline;
}

.blog-list .pp-posts-wrapper .pp-content-post-grid
.pp-content-post .pp-content-body .pp-content-grid-more {
    background: var(--secondary-color);
    padding: 12px 24px;
    font-family: var(--secondary-font);
    border-radius: 4px;
    margin-top: 16px;
}