#company_page.design06 .interview-sec .-list > li .-head {
    justify-content: flex-start;
    gap:0 10px;
}
@media screen and (max-width: 767px) {
    #company_page.design06 .interview-sec .-list > li .-head {
     justify-content:space-around;
    }
}