.post_content_holder{

}


.post_content_holder .inner_div1 {
    margin-bottom: 32px;
}

.post_content_holder .inner_div1 .icon_holder {
    padding: 4px;
    position: relative;
    height: 100%;
}

.post_content_holder .inner_div1 .icon_holder .img_holder {
    padding: 2px;
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 1px;
    right: 0px;
}

.post_content_holder .inner_div1 .icon_holder .img_holder img {
    width: 100%;
    height: 100%;
}

.post_content_holder .inner_div1 .icon_holder .bg_box {
    position: absolute;
    background: #343a40;
    height: 15px;
    width: 100%;
    top: 30px;
    left: 0px;
    right: 0px;
    /* align-items: center; */
    z-index: 0;
}

.post_content_holder .inner_div1  .link_holder {
    margin-top: 0px;
}

.post_content_holder .inner_div1  .link_holder a {
    color: white;
    font-size: 14px;
    text-decoration: underline;
}

.post_content_holder .inner_div1  .link_holder a p {
    margin-bottom: 0;
    line-break: anywhere;
}

.post_content_holder .inner_div1  .link_holder a:hover {
    color: red;
}


@media (min-width:0px) and (max-width:767.98px) {    
    .post_content_holder .inner_div1 .icon_holder .bg_box {
        display: none;
    }
    .post_content_holder .inner_div1 .icon_holder .img_holder img {
        width: 40px;
        height: 40px;
    }
}


@media (min-width:768px) and (max-width:991px) {    
    .post_content_holder .inner_div1 .icon_holder .bg_box {
        height: 20px;
        top: 40px;
    }
}

@media (min-width:992px) and (max-width:1200px) {

     .post_content_holder .inner_div1  .link_holder a {
        font-size: 13px;
    }
    .post_content_holder .inner_div1 .icon_holder .bg_box {
        top: 32px;
        height: 20px;
    }
}

@media (min-width:1201px) and (max-width:1399px) {
    .post_content_holder .inner_div1  .link_holder a {
        font-size: 13px;
    }

    .post_content_holder .inner_div1 .icon_holder .bg_box {
        top: 22px;
    }
}