#job-examples {
	/*background-image: url(img/body-bg.png);*/
}
.orange-block {
	background-color: #0091ea;
	color: white;
	padding: 0;
	height: 548px;
}
.orange-block .btn,
.orange-block .btn:focus {
	background-color: white;
	color: #0091ea;
	float: right;
	margin-top: 12px;
}

.orange-block .btn:hover,
.orange-block .btn:active,
.orange-block .btn:active:hover,
.orange-block .btn:active:focus {
	background-color: #ddd;
}

@media(max-width: 767px){
	.example_cost, 
	.example_btn_more{
		text-align: center;
	}
	.orange-block .btn,
	.orange-block .btn:focus{
		float: none;
	}
}

.je-imgs {
	height: 548px;
}
.je-imgs,
.je-imgs [class*="col-"] {
	padding: 0 !important;
}
#job-examples .owl-carousel .row {
	margin: 0;
}
.je-text {
	padding: 40px !important;
}
.je-img {
	height: 274px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.je-img a {
	display: block;
	height: inherit;
}
.je-heading {
	font: 24px 'Circe-Bold';
	margin-bottom: 40px;
}
.je-table tr th, .je-table tr td {
	padding-bottom: 30px;
	vertical-align: top;
	font-size: 15px;
}

.je-table th {
	color: #085b8e;
	font-family: 'Circe-Bold';
	text-align: right;
	padding-right: 30px;
}

.je-table td {
	color: #fff;
	font-family: 'Circe-Regular';
}
.je-price {
	font: 24px 'Circe-Bold';
}
@media (max-width: 1199px) {
	.orange-block {
    	height: 624px;
    }
    .je-img {
    	height: 312px;
	}
}
@media (max-width: 991px) {
	#job-examples .owl-carousel .owl-item img {
		width: 100%;
		object-fit: cover;
	}
	.orange-block {
		height: 680px;
	}
	.je-text {
		padding: 20px;
	}
	.je-img {
		height: 170px;
	}
}
@media (max-width: 767px) {
	#job-examples .btn-cnt {
		margin-top: 0;
	}
	.je-img {
		height: 170px;
	}
	#owl1prev, #owl_sm1prev, #owl_sm2prev {
		left: -10px;
	}

	#owl1next, #owl_sm1next, #owl_sm2next {
		right: -10px;
	}
}
@media (max-width: 675px) {

	.orange-block {
		height: 732px;
	}
}
@media (max-width: 540px) {
	.orange-block, .je-imgs {
		height: auto;
	}
}