.team--resume-section {
	border-bottom: 1px solid var(--theme-light-grey);
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.team--resume-container {
	padding: 60px 30px 1px;
}

.team--resume-section:last-child {
	margin-bottom: 0;
}

.team--resume-items {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 992px) {
	.team--resume-items {
		columns: 2;
		column-gap: 30px;
		column-fill: balance;
	}
	
	.team--resume-item {
		break-inside: avoid-column;
	}
}

.team--resume-item {
	margin-bottom: 15px;
	
}

.team--resume-item-title {
	font-weight: 900;
	margin-bottom: 0;
	font-size: 1.25rem;
}

.team--resume-item-description {
	font-weight: 400;
	font-size: 1.25rem;
	margin-bottom: 0;
}