.text-box-02 {
  width: 100%;
  padding: 8rem 3rem;
}
.text-box-02-container {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  position: relative;
}
.text-box-02-headline {
  width: 100%;
  gap: 1rem;
  display: flex;
  text-align: center;
}
.text-box-02-headline-item h5 {
  color: #FFF;
  font-family: 'Poppins-Bold', Arial, sans-serif;
  font-size: clamp(16px, 2.5vw, 24px);
  line-height: 140%;
}
.text-box-02-headline-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-box-02-box {
  width: 100%;
  display: flex;
  gap: 1.5rem;
  flex-direction: row;
  margin-top: 1.5rem;
}
.text-box-02-columns {
  width: 100%;
  text-align: center;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-box-02-columns h6 {
  color: #FFF;
  font-family: 'Poppins-Bold', Arial, sans-serif;
  font-size: clamp(16px, 2.5vw, 20px);
  line-height: 140%;
}
.columns-light {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
}
.columns-dark {
  background: linear-gradient(93deg, #069D84 0%, #02372E 100%);
}
.glow-bg-six{
  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: 50%;
      }
    }
@media screen and (min-width: 1700px) {
  .glow-bg-six{
    max-width: 800px;
    max-height: 800px;
    }
}
@media screen and (max-width: 1100px) {
  .glow-bg-six {
    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) {
  .headline-dark {
  position: relative;
  padding-bottom: 0.5rem;
}

.headline-dark::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: linear-gradient(93deg, #069D84 0%, #02372E 100%);
}
  .headline-light {
  position: relative;
  padding-bottom: 0.5rem;
}

.headline-light::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
}
  .text-box-02 {
  padding: 4rem 1rem;
  overflow: hidden;
}
  .text-box-02-box {
    flex-direction: column;
  }
  .glow-bg-six {
    animation: moveGlowMobile 8s infinite alternate ease-in-out;
    width: 90vw;
    height: 90vw;
      }

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











    




