.elementor-797 .elementor-element.elementor-element-10a82e7{--display:flex;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );color:var( --e-global-color-primary );}.elementor-797 .elementor-element.elementor-element-75593b1{--display:flex;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}}/* Start custom CSS *//* Center the dropdown filter and search box */
.dlp-filters,
.dlp-search,
.dlp-filter {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
}

/* Center the dropdown element */
.dlp-filter select {
  margin: 0 auto;
  display: block;
}

/* Center the document grid */
.dlp-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* Optional: center the individual items in grid */
.dlp-grid .dlp-grid-item {
  margin: 10px;
}/* End custom CSS */