.itemBlogLanding img,.itemBlog > a{
    height: 200px;
    display: block;
}
.itemBlogLanding .n-card-title {
    text-align: center;
    padding: 1rem;
    margin: 0;
    background-color: #dc1c2e;
}
.itemBlogLanding  .n-card-title a{
    color: white;
    text-decoration: none;
}
.itemBlogLanding .flexHeader {
    justify-content: center;
}
.containerLandingBlog {
    background-color: #f4f8fd;
}

.itemFilter a{
    text-decoration: none;
    background-color: #0a3fa5;
    padding: 1rem 2rem;
    border:1px solid #0a3fa5;
    transition: .3s;
    color: white;
    display: inline-block;
}
.itemFilter a:hover{
    background-color: white;    
    color: #0a3fa5;
}
.blockFilter >div >div{
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(auto-fit,minmax(auto,165px));
    justify-content: center;
    align-items: center;
    text-align: center;
}
.page-blog .views-exposed-form{
    display: none;
}
@media (max-width:500px) {
    .blockFilter{
        display: none;
    }
    .page-blog .views-exposed-form{
        display: block;
    }
    
}