.career-section-1{
    background-color: black;
    /* padding: 10rem 0 5rem 0 !important; */
}
.career-section-1 h1{
    font-weight: 700;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 60px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
}
.accordion-button::after {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

.accordion-button.collapsed::after {
    content: "\f056"; /* Code for 'plus' icon */
    background-image: none !important;
    color: red;
}
.accordion-button:not(.collapsed)::after {
    content: "\f055"; /* Code for 'minus' icon */
    background-image: none !important;
    color: red;
}









.accordion-item{
    background-color: black !important;
    color: white !important;
    border: none !important;
    border-bottom: 2px solid white!important;

}
.accordion-header button{
    background-color: transparent !important;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    padding: 57px 20px;
}


.accordion-button:focus {
    box-shadow: none !important;
}
.custom-icon::after {
    color: white !important;
}

.accordion-button:not(.collapsed) {
color: #ffffff !important;
}
.accordion-body p{
    font-weight: 300;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0px;
}



@media screen and (max-width:991px) {
    .accordion-header button{
        font-size: 20px;
    }
    .accordion-body p{
        font-size: 18px;

    }
    .career-section-1 h1{
        font-size: 40px;
    }
    
}
@media screen and (max-width:767px) {
    .accordion-header button{
        font-size: 16px;
    }
    .accordion-body p{
        font-size: 16px;

    }
    .container{
        max-width: 90% !important;
    }
    .career-section-1 h1{
        font-size: 25px;
    }
    
}

@media screen and (max-width:435px) {
    .career-section-1 h1{
        font-size: 20px;
    }
    
}
