@keyframes bounce2 {
  0% {
    transform: scale(1, 1) translateX(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateX(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateX(-4px);
  }
  50% {
    transform: scale(1.05, 0.95) translateX(2px);
  }
  57% {
    transform: scale(1, 1) translateX(-2px);
  }
  64% {
    transform: scale(1, 1) translateX(0);
  }
  100% {
    transform: scale(1, 1) translateX(0);
  }
}
/* Fonts */
.feature-sticky .item {
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
  padding-top: 64px;
  padding-bottom: 64px;
}
.feature-sticky .item__title {
  position: sticky;
  top: 152px;
}
.feature-sticky .item__title .no {
  display: inline-block;
  text-align: center;
  min-width: 32px;
  padding: 4px;
  border-radius: 16px;
  background: #4B61DD;
  color: #FFF;
  font-weight: 600;
  margin: 0 0 8px;
}
.feature-sticky .item__title .outline {
  display: block;
  margin: 0 0 8px;
}
.feature-sticky .item__title .title {
  display: block;
  margin: 0;
}
.feature-sticky .item__img {
  position: relative;
  margin: 0 0 24px;
}
.feature-sticky .item__img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.feature-sticky .item__desc .custom-list li:last-child {
  margin-bottom: 0;
}
.feature-sticky .item__desc .custom-list:last-child {
  margin-bottom: 0;
}
.feature-sticky .item__head {
  position: relative;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
  max-width: 50%;
  flex: 0 0 50%;
}
.feature-sticky .item__content {
  position: relative;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
  max-width: 50%;
  flex: 0 0 50%;
}
.feature-sticky__items {
  position: relative;
}
@media (max-width: 991px) {
  .feature-sticky .item {
    flex-wrap: wrap;
  }
  .feature-sticky .item__head, .feature-sticky .item__content {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .feature-sticky .item__head {
    padding-bottom: 24px;
  }
}/*# sourceMappingURL=feature-sticky.css.map */