@media (max-width: 767px){
	.about-item{
		margin-top: 50px !important;
	}

	.img-logo {
	    position: relative;
	    left: 0;
	    width: 30% !important;
	}

	.about-content{
		margin-top: 0;
	}

	.about-item h1{
		font-size: 27px;
	}

	.about-left p{
		font-size: 1em;
		text-align: center;
	}

	.services-item-title {
    	padding-top: 70px;
    	font-size: 27px;
    }

    .content-team{
		width: 100% !important;
	    margin-left: 0 !important;
	}
	


}


@media (max-width: 991px){
	.center-header {
	    position: relative;
	    z-index: 1;
	    background: url('../img/32.jpg');
	    background-size: cover;
	    border-radius: 12px;
	}

	.services{
		margin-top: 3px !important;
	}

	.about-left p{
		text-align: center;
	}

	.img-logo {
	    position: relative;
	    left: 0;
	    width: 25%;
	    float: left;
	    top: 0;
	    /*margin-top: -24px;*/
	}

	.about-item{
		margin-top: 0;
	}

	.lang_list{
		margin-top: 20px;
	}
	.img-nav{
		margin-top: 10px;
	}
}


@media (min-width: 996px) and (max-width: 1400px){
	.employees-content-item p{
		font-size: 12px !important;
	}
}


.services{
	margin-top: 0;
	border-radius: 0;
	margin-bottom: 3px !important;
}

.employees-content{
    background: #002948;
    border-radius: 30px;
    width: 80%;
}

.employees-content-img{
    border-radius: 78px;
    background-color: #487BFF;;
    width: 150px;
    height: 145px;
    display: inline-block;

}

.employees-content-img img{
    margin-top: 4px;
    width: 92%;
    border-radius: 78px;}

.employees-content-item{
    text-align: center;
    margin-top: -70px;
}

.employees-content-item h1{
    font-size: 21px;
    color: #FFFFFF;
    padding-top: 25px;
}

.employees-content-item p{
    color: #ffffff;
    padding: 15px;
    font-size: 15px;
    text-align: center;
    width: 72%;
    margin-left: 14%;
}

.employees-content-list li{
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #FFFFFF;
    margin-right: 30px;
}

.employees-part{
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.employees-item .services-item-title{
	margin-bottom: 40px;
}

.content-team{
	width: 56%;
    margin-left: 22%;
    text-align: center;
    margin-bottom: 90px;
    font-weight: bold;
}



