.wp-singular .title {
  line-height: 1 !important;
}


.wp-singular .leadership-section img{
	width: 100%;
	height: 390px;
	object-fit: cover;
	border-radius: 8px;
    object-position: center;
}
.wp-singular .leadership-section img{
  border: 1px solid var(--Light-Gray, #BFCEE7);
}

.wp-singular .leadership-section .leadership-emp-detail{
	padding: 40px;
	border-radius: 8px;
	background: var(--Ultra-Light-Blue, #F5F7FB);
}

.wp-singular .leadership-section .leadership-emp-detail .full-name{
	color: var(--Black, #2B2B2B);
	margin-bottom: 6px;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 33.8px */
	letter-spacing: -0.26px;
}

.wp-singular .leadership-section .leadership-emp-detail .link-app{
	display: flex;
    align-content: center;
    align-items: center;
    gap: 5px;
	color: var(--Black, #2B2B2B);
	font-family: HelveticaNeueCyr;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 31.2px */
	letter-spacing: -0.24px;
	
}
.wp-singular .leadership-section .leadership-emp-detail .link-app:hover{
	gap: 10px;
	transition: gap 0.3s ease;
	color: #285BAD;
}

.wp-singular .leadership-section .leadership-emp-detail .position{
	color: var(--Gray, #4C4C4C);
	/* H4 Regular */
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 23.4px */
}
.wp-singular .leadership-section .leadership-emp-detail hr{
	margin-top: 36px;
	margin-bottom: 36px;
	border-top: 1px solid var(--Light-Gray, #BFCEE7);
}
.contact-item .contact-title{
	color: var(--Light-Gray, #959595);
	font-family: HelveticaNeueCyr;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 10px;
}

.contact-item .contact-value{
	color: var(--Black, #2B2B2B);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
.contact-item{
	display: flex;
	flex-direction: column;
}


/* Employees */

.employees{
	margin-top: 80px;
    margin-bottom: 80px;
}
.employees .employees-list{
	gap: 30px 0px;
}

.employees .employee-item .employee-item__img{
	margin-right: 20px;
}

.employees .employee-item .employee-item__img img{
	width: 90px;
	height: 90px;
	object-fit: cover;
	border-radius: 50%;
	border: 1px solid var(--Light-Gray, #BFCEE7);

	
}
.employees .employee-item .employee-item__info .employee-item__position{
	color: var(--Gray, #4C4C4C);
	font-kerning: none;
	/* P Regular */
	font-family: HelveticaNeueCyr;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
.employees .employee-item .employee-item__info .employee-item__name{
	color: var(--Black, #2B2B2B);
	/* H4 Large */
	font-family: HelveticaNeueCyr;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 23.4px */
    min-height: 47px;
}

.employees .employee-item{
	display: flex;
	align-items: center;
    align-content: center;
}


.boxed-employee{
    border-radius: 5px;
    background: var(--Ultra-Light-Blue, #F5F7FB);
    padding: 20px;
}


.boxed-employee img{
    border: none !important;
}

.boxed-employee .employee-item__info .contact {
    min-height: 64px;
}
.boxed-employee .employee-item__info .contact p{
    color: var(--Black, #2B2B2B);
    /* P Regular */
    font-family: HelveticaNeueCyr;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
}
.boxed-employee .employee-item__info .contact h4{
    color: var(--Black, #2B2B2B);
    font-family: HelveticaNeueCyr;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
}
.boxed-employee .employee-item__info hr{
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid var(--Light-Gray, #BFCEE7);
}


.main-functions ul{
    
    list-style-position: outside; /* yoki inside */
    padding-left: 20px;
}
.main-functions ul li{
    list-style: disc !important;
    color: var(--Gray, #4C4C4C);
    /* P Regular */
    font-family: HelveticaNeueCyr;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
}
.main-functions .mf_title-head{
    color: var(--Black, #2B2B2B);
    /* H4 Large */
    font-family: HelveticaNeueCyr;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 23.4px */
    margin-bottom: 20px;
}

.main-functions .main-functions-title{
    color: var(--Black, #2B2B2B);
    /* H3 Large */
    font-family: HelveticaNeueCyr;
    font-size: 32px;
    font-style: normal;
    font-weight: 550;
    line-height: 120%; /* 38.4px */
    letter-spacing: -0.32px;
    margin-bottom: 40px;
    margin-top: 60px;
}

.main-function-item{
    margin-bottom: 40px;
}
@media (max-width: 576px){
    .leadership-section{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
}
