/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 10 2026 | 08:57:15 */
ul li {
	line-height: 1.6;
	margin-bottom: 0.7rem;
}
.wp-block-list {
	row-gap: .25rem;
}

.layout-col-2 {
	container-type: inline-size;
	display: block;
	column-count: 2;
	column-gap: 3rem;
}
.layout-col-2 > * {
  break-inside: avoid;
}

@container (width < 600px) {
  .layout-col-2 {
    column-count: 1;
  }
}

@media (max-width: 991px) {
  .layout-col-2 {
    column-count: 1;
  }
}