.gx-staff-sec .page-title {
	font-size: 68px;
	line-height: 68px;
}
.staff-section-top {
	position: relative;
	margin: 0 0 20px;
}
.staff-section_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	justify-content: space-between;
	padding-left: 0;
	margin-bottom: 0;
}
.staff-section_list li {
	height: 70px;
	line-height: 70px;
	font-size: 28px;
	padding: 0 40px;
	background: #1b143e;
	position: relative;
	z-index: 3;
	font-family: var(--d-din);
}
.staff-section_list::after {
	position: absolute;
	width: 100%;
	height: 10px;
	background: #1b143e;
	top: calc(50% - 5px);
	left: 0;
	z-index: 1;
	content: "";
}
.staff-section_list li a {
	color: var(--white);
}
.staff-section_list li a:hover {
	text-decoration: underline;
}
.staff-section_list li img {
	width: 20px;
	height: 20px;
	margin-left: 17px;
}
.staff-title {
	font-size: 36px;
	line-height: 42px;
	margin: 0;
}
.presenter-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
	width: 100%;
}
.presenter-card {
	width: calc(50% - 20px);
	margin-bottom: 20px;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	background: #f0f0f0;
	box-shadow: 4px 4px 20px rgba(0,0,0,0.15),-4px -4px 20px rgba(0,0,0,0.15);
}
.presenter-card-heading {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	padding: 20px;
}
.presenter-card-heading-img {
	width: 38%;
}
.presenter-card-heading-img img {
	width: 70%;
	max-width: 70%;
	height: auto;
	aspect-ratio: .9;
	object-fit: cover;
	object-position: center;
	display: block;
	position: relative;
	background-color: #424242;
	-webkit-clip-path: polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);
	clip-path: polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);
	margin: 0 auto;
}
.social-icons {
	margin: 10px 0;
}
.social-icons.small ul a {
	display: block;
	max-width: 25px;
	width: 25px;
	height: 25px;
	margin: 0 5px 0 0;
}
.social-icons.small ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
	justify-content: flex-start;
	margin-bottom: 10px;
	max-height: 70px;
	padding-left: 0;
}
.social-icons li {
	margin: 0;
}
.presenter-card-heading-name {
	width: 62%;
	font-size: 32px;
	font-family: var(--d-din);
	color: var(--black);
}
.presenter-card-heading-name .small {
	font-size: 18px;
	font-family: var(--d-din);
}
.presenter-card-description {
	padding: 20px;
}
.presenter-card-description p {
	font-size: 18px;
	line-height: 26px;
	color: #606060;
}
.presenter-card-description p a {
	color: #606060;
	text-decoration: underline;
}
.presenter-card-description-link {
	text-decoration: underline;
	text-align: center;
	display: block;
}
.presenter-card-description-link {
	text-decoration: underline;
	text-align: center;
	display: block;
	font-size: 18px;
	color: #606060;
}
.presenter-card-description-link:hover {
	color: #606060;
}
@media (max-width:1159px) {
	.gx-staff-sec .page-title {
		font-size: 32px;
		line-height: 32px;
	}
	.staff-section_list li {
		height: 32px;
		line-height: 32px;
		font-size: 14px;
		padding: 0 6px;
		margin: 0;
	}
	.staff-section_list li img {
		width: 10px;
		height: 10px;
		margin-left: 10px;
	}
	.staff-title {
		font-size: 28px;
		line-height: 28px;
	}
	.presenter-card {
		width: 100%;
	}
	.presenter-card-description p {
		font-size: 14px;
		line-height: 21px;
	}
	.presenter-card-description-link {
		font-size: 14px;
	}
}