@charset "utf-8";
/* CSS Document */


@media only screen and (max-width: 1024px) {
.why{
	width:30%;
	font-size: 14px;
}

.why2{
	
	font-size: 14px;
}


.leftcolumn {
    float: left;
    width: 35%;
}
.column1 {
    width: 65%;
}

.rightcolumn {
    float: right;
    width: 35%;
}

.left {
    float: left;
    margin: 0 23px 10px 0;
     
}}

@media only screen and (max-width: 976px) {
	
	
	.why{
	width:100%;
	font-size: 100%;
	padding-bottom:2%;
	line-height:150%;
}

.why2{
	width:100%;
font-size: 100%;
	padding-bottom:2%;
	line-height:150%;
}

}

@media only screen and (max-width:640px) {
	
	
	.why{
	width:100%;
	font-size: 90%;
	padding-bottom:2%;
	line-height:150%;
}

.why2{
	width:100%;
font-size: 90%;
	padding-bottom:2%;
	line-height:150%;
}

}