.empoyment-section {
	padding: 100px 0;
}

.empoyment-section h1.title {
	margin-bottom: 40px;
}

.empoyment-section .row {
	display: flex;
	flex-wrap: wrap;
}

.employment-left h2 {
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 5px;
}

.employment-left h2 + p {
	color: #0067B1;
}

.faq {
	border-top: 1px solid #D9D9D9;
	list-style: none;
	padding: 0;
	margin-top: 20px;
}

.faqq {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	color: #222222;
	font-weight: 700;
	padding-top: 15px;
}

.faqa ul {
	margin-bottom: 10px;
	list-style: none;
	padding-left: 22px;
}

.faq > li {
	padding-bottom: 15px;
	position: relative;
	border-bottom: 1px solid #D9D9D9;
}

.faqa ul li::before {
  content: "\2022"; 
  color: #0067b1; 
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}

.faq .plus-minus {
	position: absolute;
	right: 18px;
	top: 23px;
	z-index: -1;
}

.employment-right {
	min-height: 700px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.employment-right::before {
	content: "";
	background: #F5F5F5;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.8;
}

.employment-right > * {
	position: relative;
}

.employment-right-content {
	max-width: 400px;
	margin: 0 auto;
}

.employment-right-content p {
	font-size: 24px;
	text-align: center;
	font-size: ;
	font-weight: 700;
}

.employment-right-buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 80px;
	margin-left: -53px;
	margin-top: 24px;
}

.employment-right-buttons .button.blue-button:hover {
	color: #0067b1;
}

.employment-right-content a {
	color: #0067b1;
}

.faqq[aria-expanded="true"] svg .line {
	display: none;
}

@media (max-width: 1449px){
	.employment-right-buttons .button.blue-button {
		width: 146px;
		height: 54px;
	}
}

@media (max-width: 1199px){
	.employment-right-buttons {
		grid-template-columns: 1fr;
		grid-row-gap: 15px;
	}

	.employment-right {
		min-height: 560px;
	}
}

@media (max-width: 991px){
	.empoyment-section .col-md-5 {
		margin: auto;
	}

	.employment-right-buttons .button.blue-button {
		height: 40px;
	}
}

@media (max-width: 767px){
	.employment-right {
		min-height: 450px;
	}
}

@media (max-width: 480px){
	.empoyment-section {
		padding: 30px 0;
	}

	.employment-left h2 {
		font-size: 18px;
	}

}