.features-right-2 {
  width: 400px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
  position: relative;
  margin-left: auto;
}

@media (max-width:768px) {
  .features-right-2 {
    margin: auto !important;
  }
}

.top {
  top: 115px;
  z-index: 0;
}

.features-card-2 {
  transform-origin: 50% 0; 
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  box-shadow: 4px 4px 16px rgba(11, 16, 30, 0.06);
}

.features-card-2.second {
  top: 135px;
}
.features-card-2.third {
  top: 150px;
}
.features-card-2.fourth {
  top: 165px;
}



.features-card-2 {
  padding: 24px;
}

.features-card-2 {
  max-width: 100%;
}
.features-card-img-2 {
  margin-bottom: 30px;
}
.features-card-img-2 {
  max-width: 50%;
}

.features-card-img-2 {
  max-width: 40%;
}
.features-card-title-2 {
  letter-spacing: -1px;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  color:#7099B7;
}


#first {
  animation-duration: 1s;
  animation-iteration-count: 1;
}
#secound {
  animation-duration: 0.8s;
  animation-iteration-count: 1;
}
#third {
  animation-duration: 0.6s;
  animation-iteration-count: 1;
}
#fourth {
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}

#fifth {
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}

@keyframes fade1 {
  
  0%{
    filter: brightness(100%);
    transform: scale(1);
  }
  100%{
    filter: brightness(80%);
    transform: scale(0.7);
  }
}
@keyframes fade1out {
  
  0%{
    filter: brightness(80%);
    transform: scale(0.7);
  }
  100%{
    filter: brightness(100%);
    transform: scale(1);
  }
}
@keyframes fade2 {
  
  0%{
    filter: brightness(100%);
    transform: scale(1);
  }
  100%{
    filter: brightness(85%);
    transform: scale(0.9);
  }
}
@keyframes fade2out {
  
  0%{
    filter: brightness(85%);
    transform: scale(0.9);
  }
  100%{
    filter: brightness(100%);
    transform: scale(1);
  }
}
@keyframes fade3 {
  0%{
    filter: brightness(100%);
    transform: scale(1);
  }
  100%{
    filter: brightness(90%);
    transform: scale(0.9);
  }
  
}
@keyframes fade3out {
  0%{
    filter: brightness(90%);
    transform: scale(0.8);
  }
  100%{
    filter: brightness(100%);
    transform: scale(1);
  }
  
}
@keyframes fade4 {
  0%{
    transform: scale(1);
  }
  
  100%{
    transform: scale(0.9);
  }
  
}

@keyframes fade4out {
  
  0%{
    transform: scale(0.9);
  }
  100%{
    transform: scale(1);
  }
}