.budi-posts .budi-post{
    padding: 30px 0px;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}


.budi-posts .budi-post .title{
    margin-top: 0px;
}

.budi-posts .budi-post .button{
    margin-top: 20px;
}

.budi-posts-show-more{
    display: block;
    margin: 30px auto 30px auto;
}
