.custom-container.karir{
    display: flex;
    /* justify-content: center; */
    align-items : center;
    flex-flow: column nowrap; 
    min-height: 100vh;
    padding: 0px auto 10% auto;
}

.accordion-container{
    width: 60%;
}

section.header {
    padding-bottom: 0px;
}

/* X-Large Devices Bootstrap */
@media (max-width: 1199px) {}

/* Large Devices Bootstrap */
@media (max-width: 991px) {
    
}


/* Medium Devices Bootstrap */
@media (max-width: 767px) {
  
}

/* Small Devices Bootstrap */
@media (max-width: 575px) {
    section.header {
        margin-bottom: 5rem;
    }
    .accordion-container{
        width: 90%;
    }
}