.top-line {
	border-top: 2px solid var(--color-green-light);
	width: 8%;
	margin: 2rem 0;
	opacity: 100;
	background-color: transparent;
}

.section-title {
	font-size: 40px;
	line-height: 1.2;
}

.employee-name {
	font-size: 32px;
	line-height: 1.25;
}

.employee-title {
	font-size: var(--16px);
	line-height: 1.5;
	mix-blend-mode: normal;
	opacity: 0.8;
}

.custom-border {
	border-bottom: 1px solid #ccd8da;
}

.employee-image_slot {
	width: 60%;
}

.employee-image-img {
	max-width: 100%;
}

.employee-image-text {
	width: 40%
}

.tile-child:nth-last-child(-n + 2) {
	border-bottom: none !important;
}

@media only screen and (max-width: 767px) {
	.tile-child:nth-last-child(2) {
		border-bottom: 1px solid #ccd8da !important;
	}
}

@media only screen and (max-width: 575px) {
	.top-line {
		width: 12%;
	}
}


.employee-image_slot img {
	border-radius: 50%;
}