@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 800px) {

}

@media only screen and (max-width: 768px) {
    .job-more-region__wrapper {
        grid-template-columns: repeat(3, minmax(120px, 1fr));
    }
    .list-btn-apply {
        flex-direction: column !important;
    }

    .job-btn__keep,
    .job-btn__chat,
    .job-btn__apply {
        border-radius: 25px;
        margin: 10px 0;
        width: 100%;
        height: 40px;
        padding: 5px 0;
    }
}

@media only screen and (max-width: 600px) {

}

@media only screen and (max-width: 480px) {

    .job-more-region__wrapper {
        grid-template-columns: repeat(2, minmax(120px, 1fr));
    }
}
@media only screen and (max-width: 320px) {
    .job-more-region__wrapper {
        grid-template-columns: repeat(1, minmax(120px, 1fr));
    }
}