.anb-bulk-working {
  background: linear-gradient(180deg, rgba(128, 184, 77, 0.08) 0%, white 34%);
}

.anb-bulk-working-thumb img {
  min-height: 100%;
  box-shadow: 0 20px 60px rgba(20, 52, 74, 0.14);
}

.anb-bulk-working-content .section-title-space {
  margin-bottom: 30px;
}

.anb-bulk-working-lead {
  max-width: 640px;
  margin: 16px 0 0;
  color: var(--rs-text-primary);
}

.anb-bulk-working .rs-working-list-wrapper {
  gap: 20px;
}

.anb-bulk-working .rs-working-list-item {
  gap: 20px;
  align-items: flex-start;
  padding: 24px;
  margin-bottom: 0;
  border: 1px solid rgba(35, 81, 105, 0.12);
  border-radius: 22px;
  background: var(--rs-white);
  box-shadow: 0 18px 50px rgba(20, 52, 74, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.anb-bulk-working .rs-working-list-item:nth-child(3),
.anb-bulk-working .rs-working-list-item:nth-child(4) {
  margin-bottom: 0;
}

.anb-bulk-working .rs-working-list-item::before,
.anb-bulk-working .rs-working-list-item::after {
  content: none;
}

.anb-bulk-working .rs-working-list-item:hover {
  transform: translateY(-4px);
  border-color: rgba(128, 184, 77, 0.4);
  box-shadow: 0 22px 55px rgba(20, 52, 74, 0.12);
}

.anb-bulk-working .rs-working-list-icon {
  border-radius: 18px;
  background: rgba(128, 184, 77, 0.14);
  color: var(--rs-theme-primary);
  transition: background-color 0.3s ease, color 0.3s ease;
}

.anb-bulk-working .rs-working-list-icon i {
  font-size: 28px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.anb-bulk-working .rs-working-list-item:hover .rs-working-list-icon {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
}

.anb-bulk-working .rs-working-list-item:hover .rs-working-list-icon i {
  transform: scale(1.08) rotate(-6deg);
}

.anb-bulk-working .rs-working-list-title {
  font-size: 22px;
  line-height: 1.3;
}

.anb-bulk-working .rs-working-list-desc {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .anb-bulk-working .rs-working-list-wrapper {
    gap: 16px;
  }
  .anb-bulk-working .rs-working-list-item {
    padding: 22px;
  }
}

@media (max-width: 767px) {
  .anb-bulk-working .rs-working-list-item {
    padding: 20px;
  }
  .anb-bulk-working .rs-working-list-title {
    font-size: 20px;
  }
}

.footer-logo {
  width: 100px;
}
/*# sourceMappingURL=style.css.map */