
.career-title {
    text-align: left;
    /* Move title to the left */
}

.job-listings {
    padding: 2rem 0;
}

.spwidth1 {
    width: 742px;
    height: 31px;
    display: flex;
    justify-content: space-between;
    padding: 20px 20px
}

.spwidth2 {
    width: 129px;
    height: 31px
}

.job-card h3 {
    font-size: 1.5rem;
    color: #fff;
}

.wrapper {
    display: flex;
    width: 100%;
    display: flex;
    justify-content: between;
}

.job-card p {
    font-size: 1rem;
}

.job-details ul {
    padding-left: 1rem;
}

.font-size {
    font-size: 0.9rem;
    font-weight: 500;
    gap: 10px;
}

.btn-primary {
    background-color: #007bff;
    border: none;
    padding: 0.5rem 1rem;
    font-size: 1rem;
}

.region-btn {
    background-color: white;
    color: black;
    text-align: center;
    font-size: 14px;
    font-weight:700;
    transition: background-color 0.3s ease;
    padding: 8px 16px;
}