.jobs-con {
	background-color: rgb(234, 234, 234);
}
.jobs-con > h3 {
	font-size: 1.75rem;
    line-height: 1.7;
    margin-top: 30px;
    margin-bottom: 30px;
}
.jobs-list {
	margin-top: 20px;
}
.jobs-list .list-group {
	margin-bottom: 50px;
}
.jobs-list-logo {
	margin-bottom: 20px;
}
.jobs-list-detail {
	border-left: none;
    border-right: none;
    border-radius: 0px;
	padding: 0px;
}
.jobs-list-detail > a {
	padding: 10px 15px;
    display: block;
	text-decoration: none;
    color: #333;
}
.jobs-list-detail > a > span {
	float: right;
}
