@charset "UTF-8";

#our-team-list h1 {
	color: var(--black);
}

#our-team-list .summary {
	padding-bottom: 60px;
	color: var(--black);
}

#our-team-list .background-text {
	position: absolute;
	top: 50%;
	width: auto;
	padding: 0 10px 10px 10px;
	overflow: hidden;
	transform-origin: -.5em center;
	transform: rotate(-90deg) translate(calc(-50%),82%);
	font-weight: 900;
	line-height: 1;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(104,104,104,0.4);
	font-family: Montserrat,sans-serif;
	color: transparent;
	text-transform: uppercase;
	font-size: 190px;
}
 
#our-team-list .identification {
	vertical-align: middle;
	z-index: 20;
	position: absolute;
	transform: rotate(90deg);
	transform-origin: 0 top;
	display: block;
	top: 0;
	left: 100%;
	width: 100%;
	margin: 0;
	padding-top: 19px;
	color: var(--black);
}


/* XS */
@media only screen and (min-width : 0px) {
	
	#our-team {
		margin-top: 51px;
	}
	
	#our-team-list {
		padding: 30px 0;
		min-height: 0;
	}
	
	#our-team-list .background-text {
		display: none;
	}
	
}

/* SM (landscape phones, 576px and up) */
@media (min-width: 576px) { 
	
}

/* MD (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* LG (desktops, 992px and up) */
@media (min-width: 992px) {
		
	#our-team {
		margin-top: 51px;
	}
	
}

/* XL (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
	#our-team-list {
		padding: 120px 0;
		min-height: 900px;
	}

	#our-team-list .background-text {
		display: inline-block;
	}

}