@CHARSET "UTF-8";

.green {
	color: #51663b;
}

.background {
	background-color : rgb(240, 240, 240);
   	width: 100%;
}

.testimonial_background {
	background: url("../images/marble.png");
   	width: 100%;
}

.img_round {
	border-radius : 50% !important;
}
