footer p{
	color: white;
	
}

footer h3{
	color: white;
}
.dleft img{
	width: 80%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.dright{
		width: 33%;
	}
	.dright2{
		width: 33%;
	}
	.dleft2{
		width: 33%;
	}
	.dleft{
		text-align: center;
	}
	.dleft img{
		width: 50%;
	}
}
