.sticky-02 {
  width: 100%;
  padding: 0 3rem;
  position: relative;
}
.sticky-02-box {
  display: flex;
  gap: 5rem;
  flex-direction: row;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
}
.sticky-02-sidebar {
  position: sticky;
  top: 10rem;
  height: 100%;
  width: 100%;
}
.sticky-02-sidebar-subheadline {
  margin-bottom: 0.5rem;
}
.sticky-02-sidebar-subheadline h5 {
  font-family: 'Poppins-SemiBold', Arial, sans-serif;;
  font-size: 16px; 
  color: #FFF;
  line-height: 150%;
}
.sticky-02-sidebar-headline {
  margin-bottom: 2rem;
}
.sticky-02-sidebar-headline h2 {
  font-family: 'Poppins-Bold', Arial, sans-serif;;
  font-size: clamp(32px, 5vw, 40px); 
  color: #FFF;
  line-height: 120%;
}
.sticky-02-sidebar-description {
  margin-bottom: 2rem;
}
.sticky-02-sidebar-description p {
  font-family: 'Poppins-Regular', Arial, sans-serif;;
  font-size: clamp(16px, 2.5vw, 18px); 
  color: #FFF;
  line-height: 150%;
}
.sticky-02-sidebar-img img {
  width: 100%;
  object-fit: cover;
}
.sticky-02-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.sticky-02-content-headline h4 {
  font-family: 'Poppins-Bold', Arial, sans-serif;;
  font-size: clamp(24px, 5vw, 32px); 
  color: #FFF;
  line-height: 130%;
}
.sticky-02-section-headline h6 {
  font-family: 'Poppins-Bold', Arial, sans-serif;;
  font-size: clamp(18px, 5vw, 20px); 
  color: #FFF;
  line-height: 140%;
}
.sticky-02-section-description {
  margin-top: 1rem;
}
.sticky-02-section-description p {
  font-family: 'Poppins-Regular', Arial, sans-serif;;
  font-size: 16px; 
  color: #FFF;
  line-height: 150%;
}
.sticky-02-section svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sticky-02-content {
  width: 100%;
  margin-top: 18rem;
  z-index: -1;
}
.sticky-02-content .sticky-02-section {
  width: 100%;
  position: relative;
  padding: 3rem 2rem;
}
.glow-bg-five{
  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%;
    left: 10%;
      }
  100% {
    top: 10%;
    left: 30%;
      }
    }
@media screen and (min-width: 1700px) {
  .glow-bg-five{
    max-width: 800px;
    max-height: 800px;
    }
}
@media screen and (max-width: 1100px) {
  .sticky-02-box {
    gap: 2rem;
  }
  .glow-bg-five {
    animation: moveGlowMobile 8s infinite alternate ease-in-out;
    width: 40vw;
    height: 40vw;
    }
  @keyframes moveGlowMobile {
    0% {
      top: 10%;
      left: 10%;
      }
    100% {
      top: 30%;
      left: 30%;
        }
      }
}
@media screen and (max-width: 800px) {
  .sticky-02 {
    padding: 0 1rem;
  }
  .sticky-02-box {
    width: 100%;
    flex-direction: column;
    gap: 2rem;
  }
  .sticky-02-sidebar {
    width: 100%;
    top: 0;
    padding: 1rem 0;
    position: static;
    
  }
  .sticky-02-content .sticky-02-section {
    padding: 1rem;
  }
  .sticky-02-content {
    margin-top: 0;
  }
  .glow-bg-five {
    animation: moveGlowMobile 8s infinite alternate ease-in-out;
    width: 90vw;
    height: 90vw;
      }

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











    




