.justify-content-center {
    display: flex;
    justify-content: center;
}

.section.section-left {
    width: 25%;
    float: left;
}

.section.section-right {
    width: 70%;
    float: right;
}

.two-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.3em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}


.post-filters .filters {
    margin: 0;
    padding: 0;
}

.filters .filter-items {
    list-style: none;
    background: #fff;
    border-radius: 4px;
    padding: 4px 10px;
    margin: 5px 0;
}

.filters .filter-items a{
    text-decoration: none;
    display: block;
}

.filter-items.active {
    background: #039adb;
    color: white;
}

.text-center {
    text-align: center;
}
