

.chart-box {
height: 225px;
position: relative;
padding: 25px 25px 15px 15px;
background-color: rgb(170, 167, 243);
}

@media only screen and (max-width: 600px) {
	.chart-box {
	height: 165px;
	padding: 15px 15px 5px 5px;
	}
}








