.jobs-hero {
		position: relative;
		min-height: calc(100vh - 140px);
		display: flex;
		align-items: baseline;
		justify-content: top;
		background: url("/assets/images/jobsBG.jpg") center center / cover fixed no-repeat;
		padding: 18rem 1.5rem;
		gap: 2rem;
	}

	@media (max-width: 1150px) {
		.jobs-hero {
			flex-direction: column;
		}
	}

	.jobs-hero section {
		margin-top: 25px;
	}

	.jobs-content {
		position: relative;
		z-index: 1;
		width: 100%;
		max-width: 700px;
		color: #fff;
		background-color: rgba(0, 0, 0, .4);
		box-shadow: #000;
		border-radius: 13px;
		padding: 0rem;
		margin-bottom: 5rem;
	}

	.jobs-panel {
		padding: 3rem 5rem;
	}
	.jobs-content .row{
		margin-left: 0;
		margin-right: 0;
	}
	.jobs-content h2 {
		background-color: #7f0f15;
		border-top-left-radius: 13px;
		border-top-right-radius: 13px;
		color: #fff;
		font-size: 3.2rem;
		padding: 1.5rem;
		width: 100%;
		margin: 0;

		/*color: #7f0f15;*/
	}

	.jobs-content h3 {
		padding-top: 2.5rem;
		padding-bottom: .8rem;
		margin: 0;
		font-size: 2.1rem;
	}

	.jobs-content p,
	.jobs-content p strong,
	.jobs-content li {
		color: #fff;
		font-size: 1.8rem;
		line-height: 1.8;
	}

	.jobs-content p {
		padding: 1rem 0;
	}

	.jobs-content ul {
		margin-left: 2rem;
	}

	.jobs-content ul,
	.jobs-content li {
		list-style: disc;
	}
