.ebp-custom-branding-framework-1-item {
  display: flex;
  position: relative;
}

.ebp-custom-branding-framework-1-item > div {
  flex: 1;
  flex-basis: 50%;
}

.ebp-custom-branding-framework-1-item--text {
  padding-block: var(--spacing-3);
  padding-inline-start: var(--spacing-5);
}

.ebp-custom-branding-framework-1-item--text h3 {
  margin-block-start: 0 !important;
	padding-inline-end: 1rem;
}

.ebp-custom-branding-framework-1-item-lead,
.ebp-custom-branding-framework-1-item-body {
  padding-inline-end: var(--spacing-8);
}

.ebp-custom-branding-framework-1-item-lead {
  /* font-size: var(--fs-medium); */
  line-height: 1.15;
}

.ebp-custom-branding-framework-1-item-body p {
  /* font-size: var(--fs-small); */
  line-height: 1.1;
}

.ebp-custom-branding-framework-1-items article:nth-child(even) {
  flex-direction: row-reverse;
  background-color: var(--blue);
  color: var(--white);
}

.ebp-custom-branding-framework-1-items article:nth-child(even) .button {
  background-color: var(--white);
  color: var(--blue);
}

.ebp-custom-branding-framework-1-items article:nth-child(even) h3 {
  color: var(--white) !important;
}

.ebp-custom-branding-framework-1-item--image {
  aspect-ratio: 960 / 749;
}

.ebp-custom-branding-framework-1-item--image img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}

.ebp-custom-branding-framework-1-item--text .button {
  background-color: var(--blue);
  color: var(--white);
  margin-block-start: var(--spacing-4);
}

.intro-rich-text p:last-of-type {
  margin-block-end: 3.75rem;
}

/* .banner-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.absolute-wrapper {
  position: absolute;
  width: 100%;
  top: 40%;
} */

@media (max-width: 1024px) {
  .ebp-custom-branding-framework-1-item {
    flex-direction: column !important;
  }

  .ebp-custom-branding-framework-1-item--text {
    padding-inline: var(--spacing-1-5);
  }

  .ebp-custom-branding-framework-1-item-lead,
  .ebp-custom-branding-framework-1-item-body {
    padding-inline-end: 0;
  }
}
