.random-block-09 {
  width: 100%;
  padding: 6rem 3rem;
  position: relative;
}
.random-block-09-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.random-block-09-description {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.random-block-09-description h5 {
  color: #FFF;
  font-family: 'Poppins-Bold', Arial, sans-serif;
  font-size: clamp(16px, 2.5vw, 24px);
  line-height: 150%;
}
.random-block-09-highlighted-text h4 {
  color: #FFF;
  font-family: 'Poppins-Bold', Arial, sans-serif;
  font-size: clamp(27px, 5vw, 60px);
  line-height: 120%;
}
.highlighted-text-color {
  color: #069D84;
}
.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: 5%;
      }
  100% {
    top: 10%;
    left: 20%;
      }
    }
@media screen and (min-width: 1700px) {
  .glow-bg-five{
    max-width: 800px;
    max-height: 800px;
    }
}
@media screen and (max-width: 1100px) {
  .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) {
  .random-block-09 {
    padding: 3rem 1rem;
  }
  .glow-bg-five {
    animation: moveGlowMobile 8s infinite alternate ease-in-out;
    width: 90vw;
    height: 90vw;
      }

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












    




