.archive-talents-form{
    --gap-items:30px;    
    --items-per-line:3;      
    margin-bottom:30px;    
}

.archive-talents-list{
    --gap-items:30px;    
    --items-per-line:5;      
    margin-bottom:30px;    
}

.post-type-archive-talents .asptt-block-page-heading {
    margin-bottom: 34px;
}


@media screen and (max-width: 1080px) {
    .archive-talents-list {
        --items-per-line: 4;
    }
}

@media screen and (max-width: 860px) {
    .archive-talents-list {
        --items-per-line: 3;
    }
}

@media screen and (max-width: 768px) {
    .archive-talents-form {
        --gap-items: 12px;
        --items-per-line: 2;
    }
}

@media screen and (max-width: 650px) {
    .archive-talents-form {
        --gap-items: 12px;
        --items-per-line: 1;
    }

    .archive-talents-list {
        --items-per-line: 2;
    }
}

@media screen and (max-width: 460px) {
    .archive-talents-list {
        --items-per-line: 1;
    }
}