@media (min-width: 480px) and (max-width: 768px) { 
.chart{
width: 50%;
}
}
@media (max-width: 480px) { 
.chart{
width: 100%;
}
}