div.block-contacts
{
	float: left;
}

	span.contacts-label
	{
		display: block;
		font-size: 16px;
		font-weight: 500;
		line-height: 20px;
		text-align: center;
		color: #111;
	}
	
	a.contacts-phone
	{
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 22px;
		font-weight: 700;
		line-height: 34px;
		color: #42311f;
	}
	
		a.contacts-phone i
		{
			font-size: 26px;
		}
		
	span.contacts-schedule
	{
		display: block;
		font-size: 15px;
		line-height: 20px;
		text-align: center;
		color: #9d9d9d;
	}