/* Phone responsive*/


@media (max-width: 1024px) 
{
	h1
	{
		 font-size: 1.7rem;

	}
	h2
	{
		font-size: 1.3rem;
	}
	p
	{
		font-size: 1.1rem;
	}
	.icon-form
	{
		width: 40px;
    	margin-right: 22px;
	}
}


/* Tablet responsive*/

@media (max-width: 1024px) 
{
	
}