.ebp-custom-framework-1 {
  width: 100%;
}

.ebp-custom-framework-1 .framework-intro-rich-text {
  margin-block-end: var(--spacing-3);
}

.framework-intro-rich-text h2 {
  margin-block-start: 0 !important;
  max-width: 73rem;
}

.framework-intro-rich-text *,
.framework-card-content * {
  color: var(--blue);
}

.framework-card-media {
  position: relative;
}

.framework-card-media--overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ebp-custom-branding-framework-1-item--text {
  border-top: 0.5px solid #d5d6d8;
}

.ebp-custom-framework-1 .framework-grid {
  display: grid;
  gap: var(--spacing-3);
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1024px) {
  .ebp-custom-framework-1 .framework-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .ebp-custom-framework-1 .framework-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.ebp-custom-framework-1 .framework-card {
  display: flex;
  flex-direction: column;
  /* gap: var(--spacing-1-5); */
}

.ebp-custom-framework-1 .framework-card-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 552 / 390;
}

.ebp-custom-framework-1 .framework-card-content {
  display: grid;
  gap: 0.75rem;
  /* min-height: 15.625rem; */
}

.framework-card-content p,
.framework-card-content li {
  font-size: var(--fs-small);
  margin-block-end: var(--spacing-2);
}

/* .framework-card-content li {
  list-style: none;
} */

.framework-card-content ul {
  padding-inline-start: 0;
  list-style: none;
  margin-inline-start: 10px;
}

.framework-card-content li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  width: 14px;
  height: 14px;
  background-color: var(--blue);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-inline-end: 0.5rem;
  margin-block-end: -1px;
  border-radius: 50%;
}

.ebp-custom-framework-1 .framework-card-button {
  margin-block-start: auto;
}

@media (max-width: 767px) {
  .ebp-custom-branding-framework-1-item .button {
    margin-block-end: var(--spacing-2);
  }
}
