.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-layout-structure-item-59fae195-3cb8-04a1-b177-5e36edca8647 {

/* Container spacing */
  .expanding-item {
    margin-bottom: 20px;
  }

  /* Remove any default borders or markers */
  details.expanding-item {
    border: none;
  }
  details.expanding-item > summary {
    list-style: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px 0;
    font-weight: 300;
    font-size: 22px;
    line-height: 28px;
    user-select: none;
  }
  /* Hide the built‑in disclosure triangle */
  details.expanding-item > summary::-webkit-details-marker {
    display: none;
  }

  /* Icon + text spacing */
  details.expanding-item > summary img {
    flex: 0 0 64px;
    margin-right: 20px;
  }

  /* The hidden content panel */
  details.expanding-item .content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition:
      max-height 0.8s ease,
      opacity 0.4s ease;
    padding-left: 84px;  /* indent under text, not icon */
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
  }

  /* When open, reveal it */
  details.expanding-item[open] .content {
    max-height: 1000px;  /* plenty for your paragraphs */
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  /* Spacing between paragraphs */
  details.expanding-item .content p {
    margin: 0 0 10px;
  }

.section-grid-2-article {
  display: flex;
  flex-wrap: wrap;
  column-gap: 100px;
  row-gap: 20px;
  justify-content: space-between;
  margin-top: 50px;
}

.section-grid-2-article-item {
  flex: 1 1 calc(50% - 50px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}


.section-grid-2-article-number {
  color: #7823DC;
  font-size: 66px;
  font-weight: 600;
  line-height: 65px;
  max-width: 100%;
}

.section-grid-2-article-text {
  color: #787878;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

@media (max-width: 768px) {
  .section-grid-2-article {
    column-gap: 0;
    row-gap: 0;
    margin-top: 0;
  }

  .section-grid-2-article-item {
    flex: 1 1 100%;
    margin-bottom: 20px;
    margin-top: 0;
  }
}

.section-grid-2-article {
  display: flex;
  flex-wrap: wrap;
  column-gap: 100px;
  row-gap: 20px;
  justify-content: space-between;
  margin-top: 50px;
}

.section-grid-2-article-item {
  flex: 1 1 calc(50% - 50px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}


.section-grid-2-article-number {
  color: #7823DC;
  font-size: 66px;
  font-weight: 600;
  line-height: 65px;
  max-width: 100%;
}

.section-grid-2-article-text {
  color: #787878;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}



@media (max-width: 768px) {
  .section-grid-2-article {
    column-gap: 0;
    row-gap: 0;
    margin-top: 0;
  }

  .section-grid-2-article-item {
    flex: 1 1 100%;
    margin-bottom: 20px;
    margin-top: 0;
  }
}

}