.blog-footer .featured-post img{width:100%;height:auto;object-fit:cover}.blog-footer .featured-post .card-body{padding:15px 0;margin:0;display:flex;flex-direction:column;gap:16px}.blog-footer .featured-post h3{font-size:18px;font-weight:800;line-height:27px;text-align:right;margin:0}.blog-footer .btn-read-more{color:var(--primary);font-size:14px;padding:7px 20px;border:1px solid var(--primary);width:fit-content;border-radius:0}.blog-footer .author-info,.blog-footer .meta-info{font-size:12px;display:flex;align-items:center}.blog-footer .meta-info i{margin-right:5px}.blog-footer .small-post{display:flex;margin-bottom:15px}.blog-footer .small-post .small-post-img{width:100px;height:100px;object-fit:cover;padding:8px}.blog-footer .small-post .small-post-info{padding:8px 0;flex-grow:1;display:flex;flex-direction:column;gap:8px}.blog-footer .small-post .small-post-info h4{font-size:14px;font-weight:800;line-height:21px;text-align:right;margin:0}.blog-footer .btn-small{background-color:var(--primary);color:#fff;font-size:12px;padding:5px 10px;border-radius:0}.blog-footer .btn-small:hover{color: var(--primary)!important;background-color: #fff !important;}.blog-date-card{font-size:12px;font-weight:400;line-height:18px;text-align:right;color:#636161}.date-blog-card{display:flex;font-size:12px;font-weight:400;align-items:center;gap:4px}.bloger-name{ align-items: center; display: flex; font-size: 12px; line-height: 18px; text-align: right; font-weight: 400; }.bloger-img-box { height: 32px; width: 32px; object-fit: cover; border-radius: 50%; overflow: hidden; }
.more-post-scroll{
    height: 680px;
    overflow-y: scroll;
}
@media screen and (max-width:992px){
    .more-post-scroll{
        height: unset;
        overflow-y: unset;
    }
}