
	.employees_list_item_title{
		font-size:16px;
		margin-bottom:5px;
	}
	
	.employees_list_item_subtitle {
		margin-bottom: 5px;
	}
	
	
.employees_list.no_cur_row .employees_list_in .employees_list_item{
	width:25%;
	margin-bottom:59px;
}

.employees_list.no_cur_row .employees_list_in{
	display:flex;
	flex-wrap:wrap;
}

.employees_list_item_in span p{
	margin:0px;
}

.employees_list_item_in span{
	display:block;
}

.employees_list_wrap{
	margin:0 -12px 0px;
}

.employees_list_item_in:hover{
	opacity:0.7;
}

.employees_list_item_in{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	padding-left:12px;
	padding-right:12px;
	text-align:center;
	height:100%;
}

.employees_list_img{
	margin-bottom:20px;
}

.employees_list_img img{
	width:100%;
	object-position:top center;
	object-fit:cover;
	border-radius: 24px; 
	height: 272px; 
}

.employees_list_item_title{
	font-size: 17px;
	font-weight: 700;
	line-height: 129.412%;
	max-width:265px;
	margin:0 auto 10px;
}

.employees_list_item_subtitle{
	color: var(--119-da-4, #119DA4);
	font-size: 14px;
	font-weight: 700;
	line-height: 128.571%;
	text-transform: uppercase; 
	margin-bottom:13px;
}

.employees_list_item_description_mini{
	text-align: center;
	font-size: 15px;
	font-weight: 250;
	line-height:  133.333%;
}

/** titleinsamerow_employees_list **/

.titleinsamerow_employees_list_wrap{
	width: 1640px;
}

.titleinsamerow_employees_list_item_info_in > span, 
.titleinsamerow_employees_list_item_in_content > span, 
.titleinsamerow_employees_list_item_in > span, 
.titleinsamerow_employees_list_item_info > span{
	display:block;
}

.titleinsamerow_employees_list_item_in{
	display:block;
	padding-left:12px;
	padding-right:12px;
}

.titleinsamerow_employees_list_item_in_content{
	position:relative;
}

.titleinsamerow_employees_list_img img{
	width:100%;
	height:400px;
	border-radius:var(--big_border_radius);
	object-fit:cover;
}

.titleinsamerow_employees_list_item_in_content > span.titleinsamerow_employees_list_item_info{
	border-radius:var(--big_border_radius);
	width:100%;
	height:100%;
	left:0px;
	color:#fff;
	display:flex;
	padding:25px 26px;
	opacity:0;
	align-items:flex-end;
	top:0px;
	position:absolute;
	transition: all 0.2s ease-out;
	background: linear-gradient(180deg, rgba(13, 47, 107, 0.20) 0%, #0D2F6B 94%); 
}

span.titleinsamerow_employees_list_item_info:hover{
	opacity:1;
}

.titleinsamerow_employees_list_item_in{
	display:block;
	border-radius:var(--button_border_radius);
	position:relative;
}

.titleinsamerow_employees_list_item_title{
	color: var(--ffffff, #FFF);
	font-size: 18px;
	font-weight: 700;
	line-height: 133.333%;
}

.titleinsamerow_employees_list_item_subtitle{
	font-size: 14px;
	font-weight: 250;
	line-height: 171.429%;
}


/** mobile **/


@media (max-width: 990px) {
	
	.employees_list .simple_section_column{
		margin-bottom:24px;
	}
	
	.employees_list .simple_section_column_big,
	.employees_list .simple_section_column{
		width:100%;
	}
	
	.titleinsamerow_employees_list_wrap{
		margin:0 -12px;
	}
	
	.titleinsamerow_employees_list_wrap{
		width:auto;
	}
	
	.titleinsamerow_employees_list_img img{
		height:315px;
	}
	
	.employees_list .col-md-4 .title_header_row h2{
		margin-bottom:0px;
	}
	
	.employees_list .col-md-4 .title_header_row h2 br{
		display:none;
	}
	
	.titleinsamerow_employees_list_item_title{
		font-size:14px;
	}
	
	.titleinsamerow_employees_list_item_in_content > span.titleinsamerow_employees_list_item_info{
		padding:20px 15px;
	}
	
}