.category-columns {
    display: flex;
    flex-wrap: wrap;
}

.category-column {
    width: 33.33%;
    box-sizing: border-box;
    border-left: 5px solid #aaa;
    padding: 0px 0px 0px 10px;
    height: fit-content;
}

.category-column h2{
    padding: 0px;
    font-size: 20px;
    line-height: inherit;
}


#post-827 .um-profile-body.posts,
#post-157 #nsl-custom-login-form-2,
#post-157 .um-col-alt .um-right,
.entry-meta .comments-link span,
.entry-meta .comments-link {
    display: none;
}

.img_container{
    overflow: hidden;
    width: 100%;
    max-height: 200px;
    margin-bottom: 20px;
}

.img_container img{
    max-width: 350px;
}


#linkedincomments,
#masonry-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 10px;
}

.masonry-item {
    margin-bottom: 10px;
    width: 33.33%; /* For 3 columns */
    float: left;
    padding:10px;
}

#post-87 #linkedincomments .wp-image-16 {
    width: 20px;
}

#post-827 .um-80.um {
    max-width: 1080px;
    padding:0px 10px;
}

@media only screen and (max-width: 521px){
    .masonry-item {
        margin-bottom: 10px;
        width: 100%; 
        padding:10px;
    }
}