
.career-mode {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  background-color: #f4f4f4;
  border-top: 3px solid #022351;
  border-bottom: 3px solid #022351;
}

.career-mode h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #022351;
}

.career-left, .career-right {
  flex: 1 1 100%;
}

.career-right ul {
  list-style: none;
  padding-left: 0;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .career-left {
    flex: 0 0 50%;
  }
  .career-right {
    flex: 0 0 50%;
  }
}
