.job-posting-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
}

.job-posting-heading {
	background-color: #F0642F;
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
	color: #fff;
	padding: 40px;
	text-align: center;
}

.job-posting-wrapper .job-posting-list {
	background: #fff;
	gap: 0;
	margin: 0;
}

.job-posting-item {
	color: #707070;
	padding: 20px 40px;
	text-align: left;
	height: 100%;
}
.job-posting-item:nth-child(4n+1),
.job-posting-item:nth-child(4n+2) {
	background-color: #FFFFFF;
}

.job-posting-item:nth-child(4n+3),
.job-posting-item:nth-child(4n+4) {
	background-color: #f8f8f8;
}

.job-posting-btn{
	border-radius: 8px;
}

.job-posting-item-top {
	align-items: center;
	display: flex;
}

.job-posting-item-heading {
	flex-grow: 1;
}

.job-posting-item-heading .job-posting-item-title {
	color: #707070;
}

.job-posting-item-link {
	flex-shrink: 0;
}

.job-posting-divider {
	margin-left: 0;
}

.job-posting-item-intro {
	font-size: 90%;
	letter-spacing: 0px;
	line-height: normal;
}