.contacts {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.contacts__text {
	width: 504px;
}
.contacts__line {
	font-weight: 300;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
}
.contacts__label {
	font-weight: 400;
	font-size: 32px;
	line-height: 38px;
	color: #000000;
}