.our-values
{
	margin: auto;
	height: 200px;
}
.our-values img
{
	width: 100%;
    height: 100%;
    object-fit: contain;
}

.values-company {
	display: flex;
	padding: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
	font-family: 'GothamPro-Bold',sans-serif;

}
.values-company__item {
	width: 48%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.values-company__item_right{
	width: 60%;
}
.values-company__item_zag {
	font-size: 20px;
	color: #247ac3;
	text-align: left;
	line-height: 2;
}
.values-company__item_text {
	color: #247ac3;
	font-family: 'GothamPro-Light',sans-serif;
	text-align: left;
	line-height: 1.3;
}
.values-company__item_img {
	width: 40%;
}
.values-company__item_img img{
	width: 100%;
    height: 100%;
    object-fit: contain;
}

.our-values-footer{
	margin: auto;
}
.our-values-footer img{
	width: 100%;
}
@media screen and (max-width:1150px) {
	.values-company__item{width:100%;}
}
@media screen and (max-width:600px) {
	.values-company{padding:0;}
	.values-company__item{display:block;}
	.values-company__item_img{width:100%;}
	.values-company__item_right{width:100%;}
	.values-company__item_zag{font-size: 16px;}
}