
.staff-members-sec {
	margin-top: -219px;
}
.staff-contact-item::before {
	all: unset;
}
.staff-member-wrap {
	max-width: 33.33%;
	width: 100%;
	padding: 0 28px;
}
.staff-members-list {
	margin: 0 -28px 0 -28px;
}
.staff-member-box {
	position: relative;
	border-bottom: 10px solid var(--color-green);
	overflow: hidden;
}
.staff-member-link {
	z-index: 2;
}
.staff-member-wrap:nth-child(2) .staff-member-box {
	border-bottom-color: var(--color-purple);
}
.staff-member-wrap:nth-child(3) .staff-member-box {
	border-bottom-color: var(--color-red);
}
.staff-member-image-wrap {
	padding-top: 105%;
}
.staff-member-image-wrap::before {
	content: "";
	width: 100%;
	height: 54%;
	background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}
.staff-member-details {
	position: absolute;
	bottom: 0;
	left: 0;
}
.staff-member-name:hover {
	color: var(--color-gold);
}
.staff-member-details {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: fit-content;
	display: flex;
	justify-content: end;
	flex-direction: column;
	padding: 22px 29px;
	z-index: 1;
}
.staff-contact-item {
	padding: 0;
}
.staff-contact-item:last-child {
	order: -1;
}
.staff-contact-list {
	gap: 0 24px;
}
.staff-members-about-text-first-line {
	margin-bottom: 60px;
}
.staff-contact-link {
	gap: 13px;
}
.staff-member-name {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: var(--fw-700);
	font-family: var(--font-family-heading);
	line-height: 1.3;
}
.staff-contact-text {
	transition: 0.5s;
}
.staff-contact-link:hover .staff-contact-text {
	color: var(--color-gold);
}
.staff-member-box:hover img {
	transform: scale(1.1);
}
.staff-members-about {
	padding: 40px 0 0;
	max-width: 1002px;
}

@media only screen and (max-width: 1800px) {
.staff-contact-list {
	gap: 0 22px;
}
.staff-members-about-text-first-line {
	margin-bottom: 50px;
}
}
@media only screen and (max-width: 1440px) {
.staff-contact-icon {
	max-width: 23px;
}
.staff-members-about-text-first-line {
	margin-bottom: 40px;
}
.staff-contact-list {
	gap: 0 15px;
}
.staff-contact-link {
	gap: 10px;
}
}
@media only screen and (max-width: 1360px) {
    
.staff-member-wrap {
	padding: 0 15px;
}
.staff-members-list {
	margin: 0 -15px;
}

.staff-member-image-wrap {
	padding-top: 110%;
}
.staff-member-details {
	padding: 22px 20px;
}
.staff-members-sec {
	margin-top: -208px;
}
}

@media only screen and (max-width: 1200px) {
.staff-members-sec {
	margin-top: -110px;
    min-height: 450px;
}
}
@media only screen and (max-width: 1024px) {
.staff-member-wrap {
	padding: 0 12px;
}
.staff-members-list {
	margin: 0 -12px;
}
}
@media only screen and (max-width: 992px) {
.staff-members-sec {
	min-height: 450px;
	padding: 60px 0;
	margin: 0;
}
.staff-member-wrap {
	max-width: 50%;
}
.staff-members-list {
	margin: 0;
	justify-content: center;
}
.staff-member-wrap:not(:last-child) {
	margin-bottom: 20px;
}
.staff-members-about p:has(em) {
	margin-bottom: 35px;
}
}
@media only screen and (max-width: 768px) {
.staff-members-sec {
	padding: 50px 0;
}
}
@media only screen and (max-width: 640px) {
.staff-member-wrap {
	max-width: 80%;
}
.staff-members-about p:has(em) {
	margin-bottom: 30px;
}
}
@media only screen and (max-width: 480px) {
.staff-member-wrap {
	max-width: 95%;
}
}