.chart{
	width:calc(100vw / 2 - 25px);
}
@media only screen and (max-width: 880px) {
  .chart{
	width:100%;
}
}