/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 30 2024 | 13:30:33 */
.columns-container {
    display: flex !important;
}

.columns-container .wp-block-column {
    display: flex !important;
    flex-direction: column !important;
    justify-content: stretch !important;
}

.columns-container .wp-block-group {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    min-height: 300px !important; /* Ensures a minimum height of 300px for each group */
}
