.our-section-full {
  padding: 0;
  transition: opacity 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
}

.our-section-full__title{
  max-width: 500px;
  font-family: "EB Garamond";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 300% */ 145.833% */
  padding-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 6px;
  
}

.our-section-full__content{
  font-family: "Tenor Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}


.our-section-full *{
  transition: unset;
}


.pinned-image_our__container {
  width: 100vw;
  z-index: 1;
}

.main-image{
  position: relative;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}


.main-image img,
.pinned-image_our__container img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;

}

.pinned-image_our {
  overflow: hidden;
  position: relative;
  z-index: -1;
}


.spacer {
  height: 100vh;
  width: auto;
  display: grid;
  place-content: center;
  position: relative;
}

.content__container{
  position: absolute;
  z-index: 1;
  max-width: 300px;
}

.content__container.content__container-main {
  right: 50px;

}


.content__container.content__container-extra {
  left: 50px;

}

.start-1{
  position: relative;
}


.pinned-image_our__container{
  width: 100vw;
  height: 100vh;
}


.start-3,
.start-2,
.start-1{
  height: 25vh;
  position: relative;

  width: 100vw;
}

.start-2{

  height: 100vh;
}

.start-3{

  height: 100vh;
}

/*New changes*/

.our-section-full .start-1:before {
  content: '';
  width: 100vw;
  height: 50vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  position: absolute;
  top: 0;
}




.our-section-full .start-3:before {
  content: '';
  width: 100vw;
  height: 50vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
}

.content__container{
  z-index: 20;
}

.content__container.content__container-main{
  right: unset;
  left: 50px;
}

.content__container.content__container-extra{
  left: 50px;
}

.start-3, .start-2, .start-1{
  position: absolute;
}

.section-anim.start-1 {
  top: 50vh;
}

.section-anim.section-anim2.start-3 {
  top: 150vh;
}

.content__container.content__container-extra,
.content__container.content__container-main {
  transform: translateY(50%);
}


@media(min-width:768px){
  .content__container.content__container-extra,
  .content__container.content__container-main {
    transform: translateY(-50%);
  }

  .our-section-full .start-3:before,
  .our-section-full .start-1:before {
    width: 50vw;
    height: 100vh;
    top: -50vh;
  }

  .content__container.content__container-extra{
    left: calc(50vw + 50px);
  }




  
}