.list-details section:last-child {
	min-height: 300px;
}

.project-detail-section h1 {
	border-left: unset !important;
	padding-left: unset !important;
}

.breadcrumbs {
	padding-bottom: 0px !important;
}

.section {
	padding: 2.5rem 0 0;
	position: relative;
}

@media screen and (min-width: 768px) {
	.section {
		padding: 3.125rem 0 0;
	}
}

@media screen and (min-width: 1200px) {
	.section {
		padding: 4.375rem 0 0;
	}
}
