.news__head {
	padding: 50px;
	display: flex;
	gap: 50px;
	background: #efecec;
}

.head__img {
	flex: 1;
}

.news__head__content {
	flex: 1;
}

.news__custom__body,
.news__product__grid,
.news__pop__product{
	margin-top: 30px;
}

.news__head__content__adv {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.news__head__adv {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.news__head__adv span {
	text-align: center;
}

.news__head__adv span.title {
	font-weight: bold;
}

.news__head__adv img {
	max-width: 60px;
}
