* + .scrolling-text {
  margin-top: 5.6rem !important;
}
.scrolling-text .scrolling-image {
  width: 100%;
  aspect-ratio: 10/6;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}
.scrolling-text .scrolling-image:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  inset: 0;
}
.scrolling-text .half {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 4rem;
  z-index: 2;
  position: relative;
  justify-content: flex-start;
}
.scrolling-text .half:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  justify-content: flex-end;
}
.scrolling-text .half:last-child {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.scrolling-text .half h3 {
  color: white;
  font-size: var(--wp--preset--font-size--font-56);
  line-height: 120%;
}
.scrolling-text .half ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.scrolling-text .half ul li {
  color: white;
  font-size: var(--wp--preset--font-size--font-56);
  line-height: 120%;
  font-family: var(--wp--preset--font-family--secondary);
  list-style: none;
  opacity: 0.3;
  margin: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  left: 40px;
  top: 0;
}
.scrolling-text .half ul li.center {
  opacity: 1;
  font-weight: 500;
  transform: scale(1.05);
}

@media (max-width: 767px) {
  .scrolling-text {
    display: none;
  }
  .scrolling-text .scrolling-image .half {
    width: 100%;
    padding: 2rem;
  }
  .scrolling-text .scrolling-image .half h3,
  .scrolling-text .scrolling-image .half ul li {
    font-size: calc(var(--wp--preset--font-size--font-56) * 0.7);
  }
}/*# sourceMappingURL=block-scrolling-text.css.map */