.bottom .contact-container
{
	padding: 50px 35px 30px;
	background-color: #fff;
}

.bottom .contact-container .text
{
	overflow: hidden;
}

.bottom .contact-container h2
{
	margin-bottom: 45px;
	line-height: 45px;
	font-weight: 300;
	font-size: 33px;
	color: #000;
}

.bottom .contact-container p
{
	margin-bottom: 30px;
	line-height: 32px;
	font-weight: 300;
	font-size: 23px;
	color: #000;
}

.bottom .contact-container p a
{
	font-weight: 300;
}

@media (min-width: 768px)
{
	.bottom .contact-container
	{
		padding: 90px 130px 70px;
	}
	
	.bottom .contact-container h2
	{
		line-height: 55px;
		font-size: 40px;
	}
	
	.bottom .contact-container p
	{
		line-height: 36px;
		font-size: 26px;
	}
}

@media (min-width: 1340px)
{
	.bottom .contact-container
	{
		padding: 100px 0 90px;
	}
	
	.bottom .contact-container .text
	{
		margin: 0 auto;
		width: 800px;
	}
}