 .black-color-text {
      color: #333;
    }
    .section-padding {
      padding: 64px 0;
    }
    @media (min-width: 1200px) {
    .display-6 {
        font-size: 1.5rem;
    }
}
.primary-color{
color: white !important;
    background-color: #2c4d80 !important;
}

.career-section {
  padding: 32px 15px;
  background-color: #f8f9fa; /* Section background */
  margin-top: 6rem;
}

.career-section h1 {
  font-weight: 700;
  font-size: 1.75rem;
}

.career-section p {
  line-height: 2;
}

.career-section .btn-primary {
  background-color: #007bff; /* Primary color */
  border: none;
  border-radius: 0.5rem;
}

.career-section .btn-primary:hover {
  background-color: #0056b3;
}

.textprimary{
  font-weight: 600 !important;
    color: #87161e !important;
    font-size: 1.25rem !important;
    font-family: "Segoe UI", Arial, sans-serif;
}


.primaryBtn{
  color: white !important;
    background-color: #2c4d80 !important;
font-family: 'Poppins', sans-serif !important;
}
.primaryBtn:hover{
  background-color: #ccc !important;
  color: black !important;
  font-family: 'Poppins', sans-serif !important;
}
.text-dark{
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.9rem;
}