.blg_fullwidth .post_item:last-child {
    padding-bottom: 0;
    border: none;
    margin-bottom: 0;
}
.blg_fullwidth .post_item.post_video .post_img {
    margin-bottom: 22px;
}
.post_item.post_video .post_img iframe {
    width: 100%;
    border: none;
}
.blg_fullwidth .post_title h3 {
    margin-bottom: 5px;
    margin-top: 0;
    color: #2a2f52;
    font-weight: 700;
    line-height: 1.3;
}
.post_video {
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    padding: 15px !important;
    border-radius: 5px;
}
.blg_fullwidth {
    padding: 30px 0;
}
.blg_fullwidth .col-md-6 {
    margin-bottom: 25px;
}
.post_content {
    min-height: 148px;
    max-height: 148px;
    overflow-y:auto;
}
.post_content::-webkit-scrollbar {
    width: 6px;
    border-radius: 3px;
}
.post_content::-webkit-scrollbar-track {
    width: 6px;
    border-radius: 3px;
}

.post_content::-webkit-scrollbar-thumb {
    background-color: darkgrey; 
    width: 6px;
    border-radius: 3px;
}
.post_content .post_body p {
    margin-bottom: 0;
}
.post_content .post_body p + p {
    margin-top: 15px;
}