.comparison-section{
    width: 100%;
    padding: 0 6rem;
    margin-top: 4rem;
}

.comparison-divs{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4rem;
    gap: 2rem;
}
.comparison-divs .other-agencies{
    transform: translateY(15%);
}
.comparison-divs .other-agencies h1{
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1em;
   color: rgb(77, 77, 77);
}

.comparison-divs .other-agency-ticks{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 0.4px solid #f3f3f318;
    padding: 2rem 4rem;
    border-radius: 24px;
    background: rgb(13, 13, 13);
    margin-top: 2rem;
}

.comparison-divs .other-agency-ticks ul li{
    list-style: none;
    font-size: 18px;
    color: rgb(153, 153, 153);
    margin-top: 24px;
}

.comparison-divs .wixeel-agency-ticks{
    position: relative;
    overflow: hidden;
}

.comparison-divs .wixeel-agency h1{
    font-size: 34px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.1em;
     color: rgb(255, 255, 255);
}

.comparison-divs .wixeel-agency-ticks ul li{
    list-style: none;
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin-top: 24px;
}

.glow-right-agency{
    height: 500px;
    overflow: visible;
    position: absolute;
    top: -390px;
    width: 500px;
    z-index: 0;
    right: -260px;
  }
  
  .glow-right-agency .glow-blur{
    background-color: rgb(34, 84, 212);
    filter: blur(70px);
    border-radius: 500px;
    transform: translate(-50%, -50%);
    opacity: 1;
    aspect-ratio: 1 / 1;
    flex: none;
    height: 400px;
    left: 50%;
    overflow: visible;
    position: absolute;
    top: 50%;
    width: 400px;
  }
  
  .glow-right-agency .glow-blur-gradient{
    background: conic-gradient(rgb(91, 46, 214) 0deg, rgb(63, 51, 199) 54.8916deg, rgb(56, 0, 255) 106.699deg, rgb(154, 71, 255) 162deg, rgb(163, 0, 255) 252deg, rgb(255, 0, 120) 306deg, rgba(255, 0, 157, 0.384) 360deg);
    border-radius: 50%;
    opacity: 0.8;
    inset: 0;
    overflow: hidden;
    position: absolute;
}

@media (max-width:768px) {
    .comparison-section{
        padding: 2rem;
    }
    .comparison-divs{
        flex-direction: column;
    }
    .comparison-divs .other-agencies {
        transform: translateY(0%);
        margin-bottom: 2rem;
      }
      .comparison-divs .other-agency-ticks{
        padding: 2rem;
      }
      .comparison-divs .other-agency-ticks ul li {
        list-style: none;
        font-size: 1rem;
      }
}