.blog__header {
	margin-bottom: 40px;
}

.blog__title {
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 50px;
	line-height: 1.08;
	color: var(--white);
}

.blog__text {
	font-size: 20px;
	line-height: 1.3;
	color: var(--text-muted);
}

.blog__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}