.career-item {
    display: block;
    border: #333;
}

.career-item {
    background-color: #fff;
    border: 1px solid rebeccapurple;
    border-radius: 10px; /* Rounded corners */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); /* Box shadow */
    transition: background-color .4s; /* Add transition for smoother hover effect */
    padding: 1rem 4rem;
}

/* Hover effect */
.career-item:hover {
    background-color: rebeccapurple; /* Darker shade */
}

.careers-list a {
    text-decoration: none; /* Remove the underline */
}

/************* QUALITY ENGINEER ***********/

.maintitle-career {
    text-align: start;
    margin: 0rem 10rem;
}

.maintitle-career h2 {
    margin: 3rem 0rem;
}

.maintitle-career li {
    font-size: 1.3rem;
    color: rgb(114, 114, 114);
}

.maintitle-career h3 {
    color: rgb(71, 33, 109);
    text-decoration: underline;
    margin: 1rem 0rem;
    font-size: 1.7rem;
}