.post_container {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 50px 34px 0 34px !important;
    color: #000 !important;
    background-color: #fff !important;
    border-radius: 20px;
    overflow: hidden;
}

.post_image {
    width: calc(1080px - 64px);
    height: 150px;
}

.post_text_container {
    font-size: 20px;
    margin-top: 10px;
    padding: 0.01em 16px;
    text-align: justify;
}

.post_text_container:after,
.post_text_container:before {
    content: "";
    display: table;
    clear: both;
}

.post_row:after,
.post_row:before,
.post_row-padding:after,
.post_row-padding:before {
    content: "";
    display: table;
    clear: both;
    padding: 0 8px;
    margin: 10px 0;
}

.post_col_left {
    float: left;
    width: 66.66666%;
}

.post_col_right {
    float: left;
    width: 33.33333%;
}

.read_more_button {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    padding: 12px 24px !important;
    color: #000000 !important;
    background-color: #ffffff !important;
    border: 1px solid #ccc !important
}

.post_likes {
    padding: 12px 24px !important;
    float: right !important
}

.badge {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center
}

.badge {
    border-radius: 50%
}
