.divider:after,
.divider:before {
        content: "";
        flex: 1;
        height: 1px;
        background: #eee;
    }
.h-custom {
    height: calc(100% - 73px);
}
@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}

.blog_a{
    text-decoration: none;
    color: black;
}

.blog_a:hover{
    text-decoration: none;
    color: #253250;
    background-color: #eee;
}

.blog-content{
    background-color: #eee;
    margin-bottom: 10px;
    padding: 20px;
}
