.privileges {
    padding-top: 50px;
    padding-bottom: 60px;
}
.manuf + .privileges {
	padding-top: 0px !important;
}
.privileges__title {
    margin-bottom: calc(35px - 5px);
}
.privileges__text {
    margin-bottom: 35px;
}
.privileges__items-wrapper {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.privileges__items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: -30px -15px 0px -15px; 
	padding: 0px 0px 0px 0px;
	position: relative;
}
.privileges__item {
	display: inline-block;
	vertical-align: top;
	margin: 30px 15px 0px 15px; 
	padding: 0px 0px 0px 0px;
	position: relative;
	width: calc(25% - (15px * 2));
	text-align: center;
}
.privileges__item-img {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 64px;
    height: 64px;
}
.privileges__item-img img {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	max-width: 100%;
	max-height: 100%;
}
.privileges__item-name {
	display: block;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	color: #000;
    font-size: 20px;
    line-height: 26px;
	font-weight: 700;
}
.privileges__item-description {
	display: block;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
@media screen and (max-width: 1220px) {
	.privileges__item {
		width: calc(50% - (15px * 2));
	}
	.privileges__item-name {
		margin-top: 15px;
	}
	.privileges__item-description {
		margin-top: 15px;
	}
}
@media screen and (max-width: 767px) {
	.privileges {
		padding-top: 40px;
		padding-bottom: 45px;
	}
	.privileges__title {
		margin-bottom: calc(30px - 5px);
	}
	.privileges__text {
		margin-bottom: 30px;
	}
	.privileges__items {
		margin-top: -25px;
		margin-left: -12.5px;
		margin-right: -12.5px;
	}
	.privileges__item {
		margin-top: 25px;
		margin-left: 12.5px;
		margin-right: 12.5px;
		width: calc(50% - (12.5px * 2));
	}
	.privileges__item-name {
		font-size: 18px;
		line-height: 24px;
	}
}
@media screen and (max-width: 640px) {
	.privileges__items {
		margin-top: -20px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.privileges__item {
		margin-top: 20px;
		margin-left: 10px;
		margin-right: 10px;
		width: calc(100% - (10px * 2));
	}
	.privileges__item-name {
		margin-top: 12px;
	}
	.privileges__item-description {
		margin-top: 12px;
	}
}