.recruitment {
	line-height: 1.85;
}

.recruitment:not(:last-child) {
	margin-bottom: 12px;
}

.recruitment__heading {
	background: #f5f5f5;
	padding: 12px 5%;
}

.recruitment__content {
	padding: 12px 5%;
	text-align: justify;
}

@media screen and (min-width: 681px) {

.recruitment:not(:last-child) { /* md */
	margin-bottom: 0;
}

.recruitment { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #e5e5e5;
}

.recruitment:first-child {
	border-top: 1px solid #e5e5e5;
}

.recruitment__heading { /* md */
	width: 190px;
	padding: 15px 10px 14px 20px;
}

.recruitment__content { /* md */
	width: calc(100% - 190px);
	padding: 15px 20px 14px;
}

}

