.career-card {
  height: 100%;
  min-height: 110px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border-radius: 18px;
}

