#footer .secondary-blog .blog-item {
display: none;
}
#footer .secondary-blog {
display: none;
}

.secondary-blog:before {
    content: "Blog";
    display: table;
    clear: both;
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    margin: auto;
}