/* @import "../scss/bootstrap.scss";
@import "../scss/_functions.scss";
@import "../scss/_variables.scss";
@import "../scss/mixins.scss"; */

.accordion-button {
    /* background-color: #fff!important; */
    background: rgba(255, 255, 255, 0.09) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05) !important;
    backdrop-filter: blur(1.8px) !important;
    color: #606374 !important;

}



.accordion-button:focus {
    z-index: 3 !important;
    border-color: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.accordion{
    max-width: 700px;
    /* align-items: center; */
}


.career-hero{
    background: url('../assets/hero/team.jpg');
    background-repeat: no-repeat;
    color: white;
    background-size: cover;
    height: 500px;
}


/* .accordion-button:not(.collapsed)::after {
    color: #606374 !important;
} */
/* .accordion-button:not(.collapsed)
{
    border-bottom: 4px solid #fff !important;
    font-weight: bold !important;
} */
.accordion-button::after {
    
    color: #606374 !important;
}

.accordian-header{
    /* background-color: #fff !important; */
    border-color: none !important;
    border-bottom: none !important;
}

#jobs{
    margin: auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 5px;
}
#jobs2{
    margin: auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 5px;
}
.send-mail > a{
    text-decoration: none !important;
    color: #df3b26;
}

@media (min-width:340px) and (max-width: 500px) {

    .words{
        width: 100%;
        top: 40%;
      }
}

