body.lt .team-member-main h1 {
	color: #fff;
	line-height: 1.2;
	margin-bottom: .85rem;
	font-size: 1.5625rem;
	display: block;
}

.spu-content P  {
	font-family: 'reason-new', sans-serif; 
}
.spu-content .popup-btn{
	display: inline-block;
	background: #000000;
	padding: 10px 25px;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 15px;
	position: relative;
    z-index: 99999;
}

html .spu-box a.spu-close {
    z-index: 99999;
	display: none !important;
}
.spu-container {
	position: relative;
}
.spu-container:before {
	content: '';
	position: absolute;
	background: url('https://triniti.lt/wp-content/uploads/sites/4/2020/08/LinkedIn-cover-image-zalias-02.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
    width: 100%;
    left: 0;
       bottom: -13px;
}
.spu-container:after {
	content: '';
	position: absolute;
	background: url('https://triniti.lt/wp-content/uploads/sites/4/2020/08/LinkedIn-cover-image-melynas-02.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
    width: 100%;
    right: 0;
       bottom: -13px;
}