.chart_con img {
  margin: auto;
  max-width: 100%;
}

.mobile {
  display: none;
}

@media screen and (max-width: 980px) {
  .mobile {
      display: block;
  }

  .web {
      display: none;
  }
}
