.outlineButton .elementor-button-icon{
   transform: rotate(-45deg);
}

@media (max-width: 768px) {

  .servicesMain {
    position: relative;
  }

  .servicesMainList {
    position: sticky;
    top: 20px;
    margin-bottom: 80px;
    border-radius: 24px;
    background: #fff;
    z-index: 1;
  }
}

.SuccessStoriesExtraList {
  max-height: 0;
  opacity: 0;
  transform: translateY(60px);
  transition:
    max-height 0.6s ease,
    opacity 0.5s ease,
    transform 0.5s ease;
}

.SuccessStoriesExtraList.show {
  max-height: 3000px;
  opacity: 1;
  transform: translateY(0);
}



.cv-sr-word {
    display: inline-block;
    opacity: 0.12;
    color: inherit;
    transition: opacity 0.45s ease, filter 0.45s ease;
    filter: blur(2px);
}
.cv-sr-word.cv-sr-partial {
    opacity: 0.45;
    filter: blur(0.5px);
}
.cv-sr-word.cv-sr-active {
    opacity: 1;
    filter: blur(0px);
}