.workshop_gallery .grid--content .column--wrapper {
    display: column;
    columns: 4;
    gap: 20;
    break-inside: avoid;
}
.workshop_gallery .post--item {
    break-inside: avoid;
    margin-bottom: 20px;
    margin-left: 5px;
}
.workshop_gallery .single-gallery img{
    border-radius: 10px;
}

@media screen and (max-width: 1399px) {
    .workshop_gallery .grid--content .column--wrapper {
        columns: 4;
    }
}
@media screen and (max-width: 991px) {
    .workshop_gallery .grid--content .column--wrapper {
        columns: 2;
    }
}
@media screen and (max-width: 450px) {
    .workshop_gallery .grid--content .column--wrapper {
        columns: 2;
    }
}
.workshop_gallery .project-style-one img{
    border-radius: 10px;
}


