.ebp-custom-welcome-1-inner {
  display: flex;
  gap: 3.5rem;
}

/* .ebp-custom-welcome-1-rich-text p {
  max-width: 36rem;
} */

.ebp-custom-welcome-1-inner > div {
  flex: 1;
}

.ebp-custom-welcome-1-content .ebp-custom-welcome-1-button-wrap {
  margin-block-start: auto;
}

.ebp-custom-welcome-1-content {
  /* max-width: 54.75rem; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ebp-custom-welcome-1-heading {
  margin-block-start: 0 !important;
  margin-block-end: 1.5rem !important;
}

.ebp-custom-welcome-1-image-wrap img,
.ebp-custom-welcome-1-image-wrap iframe {
  aspect-ratio: 628 / 484;
  object-fit: cover;
  width: 100%;
  display: block;
}

.ebp-custom-welcome-1-rich-text p:nth-of-type(1) {
  font-size: var(--fs-24);
  margin-block-end: 2rem;
}

.ebp-custom-welcome-1-rich-text ul {
  column-count: 2;
  padding-inline-start: 0;
  list-style: none;
}

.ebp-custom-welcome-1-rich-text ul li {
  position: relative;
  display: flex;
  /* align-items: center; */
  margin-block-end: 1.5rem;
  font-weight: 500;
}

.ebp-custom-welcome-1-rich-text ul :before {
  content: "";
  background-image: url(/wp-content/uploads/2026/06/lhtc-circle-graphic.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-right: 0.5rem;
  margin-block-start: 0.3rem;
}

@media (max-width: 1024px) {
  .ebp-custom-welcome-1-inner {
    flex-direction: column;
    gap: 3rem;
  }
}
