.career-section {
  background: #f7f9fc;
  padding: 80px 0px;
  text-align: center;
  border-radius: 8px;
}

.career-container {
  /* max-width: 850px; */
  max-width: 1000px;
  margin: auto;
  padding: 0 10px;
}

.career-title {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  position: relative;
  padding: 10px 20px;
  background: #f8b82f8f;
  border-radius: 5px;
  color: #142b63;
}

.career-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #142b63;
}

.career-text {
  margin: 30px auto;
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  max-width: 900px;
}

.career-email {
  color: #142b63;
  font-weight: bold;
}

.career-btn {
  display: inline-block;
  margin-top: 20px;
  background: #142b63;
  color: #fff;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.career-btn:hover {
  background: #0a1b4b;
}
