@media (max-width: 767px) {
.modal-body{
padding: 0.5em !important;
}
.price-list-table thead th {
  border: none;
  padding: 0.3em !important;
  font-weight: 600;
  font-size: 0.81em;
}
  .price-list-table tbody tr td {
  padding: 0.3em 0.5em;
  vertical-align: middle;
  border-color: #eee;
  font-size: 0.81em;
}
  .price-list-container .price-section-title {
  background: #f8f9fa;
  padding: 12px 20px;
  border-left: 4px solid var(--primary-color);
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 20px;
}
}