.ebp-custom-text-block-2 {
  font-size: var(--fs-medium);
  line-height: 1.1 !important;
  font-family: var(--font-secondary);
  /* margin-block-end: 0 !important; */
  background-color: var(--slate);
}

.ebp-custom-text-block-2 p {
  max-width: 960px;
  /* margin-inline-start: auto; */
  margin-block-end: 0 !important;
}

.ebp-custom-text-block-2-heading,
.ebp-custom-text-block-2-sub-heading {
  margin-block-end: 1rem !important;
}

.ebp-custom-text-block-2-sub-heading--margin-block-end {
  margin-block-end: var(--spacing-3) !important;
}

.ebp-custom-text-block-2 p {
  font-weight: 600;
}

/* Toggle class from Elementor: adds left/start padding to paragraph text. */
.ebp-custom-text-block-2--paragraph-padding-inline-start p {
  padding-inline-start: var(--spacing-4);
}

.ebp-custom-text-block-2 {
  position: relative;
}

.ebp-custom-text-block-2--border:before {
  content: '';
  border-bottom: 0.5px solid var(--gold);
  max-width: calc(100% - 8rem);
  position: absolute;
  bottom: 0;
  left: 4rem;
  width: 100%;
  margin-inline: auto;
}

.page-id-22 .ebp-custom-text-block-2 {
  position: relative;
}
.page-id-22 .ebp-custom-text-block-2:before {
  content: '';
  position: absolute;
  top: -130px;
  left: 0;
  width: 100%;
  height: 130px;
  background-color: var(--slate);
}

@media (max-width: 1024px) {
  .ebp-custom-text-block-2--border:before {
    bottom: -1rem;
  }

  /* .ebp-custom-text-block-2 {
    padding-block-end: 0;
  } */

  .ebp-custom-text-block-2--paragraph-padding-inline-start p {
    padding-inline-start: 0;
  }
}
