.posts-ul {
    list-style: none;
}

/* .posts-ul .card {
    border-bottom: 1px dotted black;
    margin-bottom: 5px;
} */
.widget-title {
    font-size: 20px !important;
    font-weight: 700 !important;
}

.post-title {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.size-thumbnail {
    width: 80px !important;
    height: 80px !important;
}

.posts-ul img {
    border-radius: 10px;
}

.post-content {
    margin: 0px;
}

.post-title p {
    margin: 0px;
}