﻿.lw_widget_column_wrapper {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
    grid-gap: 20px !important;
    align-items: stretch;
}
