.job-item:hover {
  background: rgba(33, 150, 243, 0.05) !important;
}

.job-item:hover .ti-chevron-right {
  opacity: 1 !important;
  transform: translateX(2px);
}

.job-item:hover a {
  color: #2196F3 !important;
}
