.TopPosts {
    margin-bottom: 13%;
}

.post_content_holder {}

.post_content_holder .inner_div {
    margin-bottom: 3%;
}

.post_content_holder .inner_div a {
    text-decoration: none;
}

.post_content_holder .inner_div .number_div {
    background: #2A2828 0% 0% no-repeat padding-box;
    opacity: 0.64;
    padding: 10px;
    position: relative;
    width: 44px;
    height: 40px;
}

.post_content_holder .inner_div .number_div p {
    color: #070707;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: -10px;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.post_content_holder .inner_div .text_holder {
    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid #ffffff26;
}

.post_content_holder .inner_div .text_holder p {
    margin-bottom: 0px;
    color: #C5C3C3;
    font-size: 14px;
    margin-bottom: 12px;
    text-align: left;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}


@media (min-width:0px) and (max-width:991px) {
    .post_content_holder .inner_div .text_holder p {
        padding-left: 10px;
    }
}

@media (min-width:992px) and (max-width:1200px) {

    .post_content_holder .inner_div .text_holder p {
        padding-left: 10px;
    }

}

@media (min-width:1201px) and (max-width:1399px) {}