.bvi-body .contact-people__item-job{
margin-bottom:45px;
}
html body .bvi-body[data-bvi-size="16"] * {
    font-size: 15px !important;
}
.bvi-body .contact-people__item{
height:300px;
}

.contact-people {
	/* display: flex;*/
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact-people__item {
	width: calc( (100% - 35px) / 3 );
	background: #FFFFFF;
	/* border: 1px solid #E5E5E5;*/
	box-sizing: border-box;
	margin-bottom: 55px;
	/*! padding-top: 35px; */
	
	position: relative;

	display: flex;

}

.contact-people__item > div {
	width: 100%;
	flex-grow: 1;
}

.contact-people__item-title {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	color: #1A1A1A;
	padding-bottom: 11px;
	max-width: 170px;
} 

.contact-people__item-text {
	
	max-height: 190px;
	padding-top: 24px;

	padding-left: 25px;
	padding-bottom: 25px;
	padding-right: 20px;
}

.contact-people__item-job {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
	min-height: 42px;
	color: #999999;
	margin-bottom: 34px;
	height: 45px;
	max-width: 164px;
}

.contact-people__item-picture {
	position: absolute;
	right: 0px;
	bottom: 0;
}

.contact-people__item-phone {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	color: #000000;	
    text-decoration: none;
}

.contact-people__item-email {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 21px;
	color: #999999;	
	text-decoration: none;
	display:block;
	width:100%;
}

.contact-people__item-picture {
	max-width: 43%;
	height: auto;
}

.contact-people__item-img {
	position: relative;
}

.contact-people__item-img img{
	max-width: 150%; /*was 100%*/
	max-height: 100%; /*was 90%*/

	position: absolute;
	right: -100px; /*was 0*/
	bottom: 0;
}

@media (max-width: 350px){
.contact-people__item-job{
font-size:12px;
}
}
@media (max-width: 1200px) {
	.contact-people__item {
  		width: calc( (100% - 20px) / 2 );
  	}
}

@media (max-width: 767.98px) {
	.contact-people__item {
  		width: 100%;
  	}
}

@media (max-width: 480px){

	.contact-people__item-img {
		padding-top: 100% ;
	}

	.contact-people__item-img img {
		max-width: 100%;
		max-height: 100%;
		position: absolute;
		right: auto;
		bottom: 0;
		left: 0;
	}
    
   .contact-people__item-picture {
	    position: relative;
   }
    
   .contact-people__item-picture {
        max-width: 100%;
        height: auto;
        width: 100%;
        padding-top: 25px;
    }
    
    .contact-people__item {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }
    
    .contact-people__item-job {
         margin-bottom: 0;
         max-width: none;
        height: auto;
    }
 
    
} 