@media (min-width: 640px) {
    table {
      display: inline-table !important;
    }

    thead tr:not(:first-child) {
      display: none;
    }
}

@media only screen and (max-width: 600px) {
  .card-header-container .quick-details {
    display: none;
  }
  .price-card-text{
    font-size: 18px !important;
    font-weight: 600;
  }
  .section-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
  }
  .chart-responsive{
    height: 200px;
  }
  .container-app-home{
    border: 0;
  }
}