#list-jobs {display: flex; flex-wrap: wrap;flex-direction: row; gap: 30px; margin-top: 2em; justify-content: flex-start;}
#list-jobs.list-jobs-center {justify-content: center;}
.list-job { flex: 0 0 calc( 33.3333% - 20px); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative;overflow: hidden;padding: var(--wp--preset--spacing--60);display: flex;flex-direction: column;}
.list-job-hide {opacity: 0.5;}
.list-job .has-large-font-size{font-style:normal;font-weight:300;text-transform:uppercase; margin-top: 0 !important;}
.list-job .has-large-font-size a{text-decoration: none; color: inherit; font-weight: inherit;}
.list-job .wp-block-buttons {margin-top: auto;}

@media screen and (max-width: 1100px){
	.list-job { flex: 0 0 calc( 50% - 20px); }
}
@media screen and (max-width: 550px) {
	.list-job { flex: auto; }
}