.image-text-10 {
  width: 100%;
  padding: 8rem 3rem;
  position: relative;
}
.image-text-10_container {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
}
.image-text-10_content {
  width: 100%;
}
.image-text-10_headline h3 {
  font-family: 'Poppins-Bold', Arial, sans-serif;
  font-size: clamp(32px, 5vw, 40px);
  color: #FFF;
  line-height: 120%;
}
.image-text-10_description {
  margin: 2rem 0;
  width: 100%;
  max-width: 650px;
}
.image-text-10_description p {
  font-family: 'Poppins-Regular', Arial, sans-serif;
  font-size: clamp(16px, 2.5vw, 18px);
  color: #FFF;
  line-height: 150%;
}

.image-text-10_section-resource-two-cols {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0.5rem;
}

.image-text-10_marquee-container {
  flex: 1;
  min-width: 0;
  height: 600px;
  overflow: hidden;
  position: relative;
}

.image-text-10_marquee-vertical {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-text-10_marquee-vertical__scroll {
  will-change: transform;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.image-text-10_marquee-vertical__collection {
  will-change: transform;
  display: flex;
  flex-direction: column;
  position: relative;
}

.image-text-10_marquee-vertical__item-height {
  width: 100%;
  height: 100%;
  margin: 0.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;

}
.image-text-10_marquee-vertical__item-height img {
  width: 100%;
  object-fit: cover;
}
.glow-bg-seven{
  position: absolute;
  width: 80vw;
  height: 80vw;
  max-width: 700px;
  max-height: 700px;
  background: radial-gradient(42.64% 42.75% at 50% 50%, #069D84 0%, rgba(6, 157, 132, 0.00) 100%);
  filter: blur(10vw);
  animation: moveGlow 12s infinite alternate ease-in-out;
  z-index: -10;
}
 @keyframes moveGlow {
  0% {
    top: 0%;
    right: 10%;
      }
  100% {
    top: 10%;
    right: 50%;
      }
    }
@media screen and (min-width: 1700px) {
  .glow-bg-seven{
    max-width: 800px;
    max-height: 800px;
    }
}
@media screen and (max-width: 1100px) {
  .glow-bg-seven {
    animation: moveGlowMobile 8s infinite alternate ease-in-out;
    width: 40vw;
    height: 40vw;
    }
  @keyframes moveGlowMobile {
    0% {
      top: 10%;
      right: 10%;
      }
    100% {
      top: 30%;
      right: 30%;
        }
      }
}
@media screen and (max-width: 800px) {
  .image-text-10_container {
    flex-direction: column;
  }
  .image-text-10 {
    padding: 4rem 1rem;
  }
  .image-text-10_marquee-container {
    height: 400px;
  }
  .glow-bg-seven {
    animation: moveGlowMobile 8s infinite alternate ease-in-out;
    width: 90vw;
    height: 90vw;
      }

    @keyframes moveGlowMobile {
      0% {
        top: 20%;
        left: 5%;
        }
      100% {
        top: 40%;
        left: 10%;
        }
      }
}







  















    




