body 
{
     padding:0;
     margin:0;
     text-decoration:none;
	background: #59dc93;
	font-family:'open Sans';
	text-align:center;
}

a
{
	text-decoration:none;
	color :#39B54A;
}

#reasons_content
{
	background:white;
	padding:50px;
	border-radius: 5px;
}

#reasons_content div
{
	font: normal bold 1em 'Open sans';
	line-height:22px;
	margin:0px 0 20px 8px;
}

.content
{
	display:inline-block;
	vertical-align:middle;
	text-align:justify;
	pading:1% 3%;
	color: #3f3f3f;
}

.content div
{
	padding:10px 25px;
	font-size: 1em;

}

h1
{
	font-size:1.3em;
	color:white;
	text-align: center;
}

h2
{
	font: normal bold 1em 'Open sans';
	line-height:22px;
	margin:30px 0 0 8px;
}

.number
{
	font-family:'Indie Flower';
	font-size: 1.4em;
}



 /*-----------------------------------Format mobile-----------------------------------*/
 @media screen and (max-width:767px)
{

	h1
	{
		font-size:1.2em;
	}
	
	h2
	{
		font-size:0.9em;
	}

	 .content
	 {
		 padding:5px 5px;
	 }

	 .content div
	 {
		 padding:10px 5px;
		 font-size: 1em;
	 }
	
	#clin
	{
		display:none;
	}

	 #reasons_content
	 {
		 padding:5px;
	 }
}