.whychooseus{
	color: #3d3d3d;
	width: 100vw;
	background-color: #f7f7f7;
	padding: 75px 50px 50px 50px;

}

.whychooseus h1{
	font-size: 25px;
	margin-bottom: 30px;
}

.content div{
	margin: 20px 0 20px 0;
}

.content h4{
	font-size: 16px;
	margin-bottom: 5px;
}

.content p{
	font-size: 16px;
	text-align: justify;
}


.foot{
	margin-top: 40px;
	text-align: center;
}

.foot button{
	height: 40px;
	width: 250px;
	color: white;
	background-color: #FF0000;
	border: 0;
	font-size: 16px;
}


@media (max-width:768px)
{
.whychooseus{
	padding: 20px 10px 10px 10px;
}


.whychooseus h1{
	font-size: 18px;
	margin-bottom: 15px;	
}

.content div{
	margin: 10px 0 10px 0;
	padding: 10px;
}
	
	
.content h4{
	font-size: 14px;
	margin-bottom: 5px;
}
	
.foot{
	margin-top: 20px;

}
	
	
	.foot button{
	height: 30px;
	width: 200px;

	font-size: 14px;
}
	
	
}