.elementor-5809 .elementor-element.elementor-element-392d347{--display:flex;}.elementor-5809 .elementor-element.elementor-element-a0c8cbf > .elementor-widget-container{padding:0px 0px 24px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-a0c8cbf *//* Wrapper */
.acf-list {
  --list-bg: #E8EDEA;
  --list-heading-size: 1.24rem;
  --list-body-size: 1.24rem;
  --list-font-family: "Universal Sans Display";
  --list-text-color: #003030;
  --list-spacing: 8px;
  --list-padding: 20px;
  --list-radius: 4px;

  background-color: var(--list-bg);
  padding: var(--list-padding);
  border-radius: var(--list-radius);
  font-family: var(--list-font-family);
  color: var(--list-text-color);
}

/* Each item */
.acf-list__item {
  margin-bottom: var(--list-spacing);
}

.acf-list__item:last-child {
  margin-bottom: 0;
}

/* Heading */
.acf-list__heading {
  font-size: var(--list-heading-size);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}

/* Body */
.acf-list__body {
  font-size: var(--list-body-size);
  font-weight: 100;
  line-height: 1.5;
}

/* Optional: spacing between paragraphs inside body */
.acf-list__body p {
  margin: 0 0 6px;
}

.acf-list__body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px){
.acf-list__body {
    font-size: 1.1rem; !important;
}
@media (max-width: 768px){
.acf-list__heading {
    font-size: 1.1rem; !important;
}/* End custom CSS */