section:has(+ .text-background){
	margin-bottom: -18.75rem;
}

.text-one-image-background .text-background__text {
  line-height: 140%;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0em;
}

.text-one-image-background .text-background__text p{
  margin: 0;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
  }

.lenis.lenis-smooth [data-lenis-prevent] {
      overscroll-behavior: contain;
    }

  .lenis.lenis-stopped {
    overflow: hidden;
  }

  .lenis.lenis-scrolling iframe {
    pointer-events: none;
  }

.text-one-image-background {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.text-one-image-background .section__content {
  position: relative;
  width: 100%;
  min-height: auto; 
}

.text-one-image-background .section__content .section__pin{
	position: relative; 
	height: 100vh;
	width: 100%;
}

.text-one-image-background .reveal-child{
  text-align: center;
}
@media (max-width: 767px) {
	section:has(+ .text-background){
		margin-bottom: 0px;
	}
	
  .text-one-image-background .text-background__text {
    width: 16.6875rem;
  }
}

.text-one-image-background .text-background__text-wrapper{
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.text-one-image-background .text-background__text {
  font-size: var(--text-size, 2rem);
  color: var(--text-color, #000);
  font-family: var(--font);
  text-transform: var(--text-transform);
  width: 31.25rem;
  text-align: center;
}

.text-one-image-background .text-background__text .word {
  font-size: inherit;
  color: inherit;
}
.text-one-image-background .text-background__image-block {
  width: 100%;
  height: 10rem; 
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .text-one-image-background .text-background__image-block {
            height: 15rem;
        width: 12rem;
  }
  
  .text-one-image-background .text-background__text br{
    display: none;
  }
  
}
@media (min-width: 767px) {
  .text-one-image-background .text-background__image-block {
    height: 33.75rem; 
	width: 24.25rem;
  }
}

.text-one-image-background .text-background__item{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.text-one-image-background .section__content-wrapper{
	position: relative;
	width: 100%;
	height: 100vh;
}

.text-one-image-background .text-background__item:nth-of-type(2n){
	flex-direction: row-reverse;
}

@media (max-width: 767px){
	.text-one-image-background .text-background__item{
		flex-direction: column;
		align-items: center;
		justify-content: center;
		
		gap: 3rem;
	}
	
	.text-one-image-background .text-background__item:nth-of-type(2n){
		flex-direction: column-reverse;
	}
	
	.text-one-image-background .text-background__text{
		width: 100%;
	}
	
	.text-one-image-background .text-background__text-wrapper{
		flex: 0 0 auto;
	}
}