.row.gutter-md{
    display: none;
}

.hub-top-section{
    padding: 3rem 1rem;
    background: #ccc;
    text-align: center;
    /* background-image: ;
    background-size: ;
    background-repeat: ; */
}

.hub-top-section-title{
    margin-bottom: 1rem;
    font-weight: 700;
    text-transform: capitalize;
}

.hub-top-section-description{
    font-size: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.hub-header{
    padding: 1rem 0;
    background: #eeeeee;
    background-size: cover;
    background-repeat: no-repeat;
}

.hub-header-wrap{
    max-width: 1150px;
    padding: 20px 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 3rem;
    flex-direction: column;
}

.hub-header-inner{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.hub-header-product-description{
    font-size: 1.2rem;
}

.hub-header-image{
    max-height: 200px;
    width: auto;
    margin: 0 auto;
}

.hub-header-cta{
    background: #87b8bc;
    color: #fff;
}

.hub-header-cta:hover{
    color: #fff;
}

@media screen and (min-width: 768px){
    .hub-header{
        padding: 4rem 0;
    }
    
    .hub-header-wrap{
        flex-direction: row;
    }

    .hub-header-inner{
        width: 50%;
    }
}

.posts-grid .fl-post-grid-post{
    padding: 16px !important;
}