.container-section {
  border-top: 1px solid #b2a487;
  margin-bottom: 60px;
  padding-top: 40px;
}

.shopkeeper-h2 {
  text-align: left;
  margin: 0 0 20px;
  padding: 0 20px;
}

.def-lst {
  margin: 0;
  padding: 0 15px;
}

.def-lst-dd {
  margin: 0;
  padding: 5px 0 20px;
  color: #808080;
}

.def-lst-dt {
  font-weight: normal;
  font-size: 18px;
}

@media (max-width: 768px) {
  .container-section {
    margin-bottom: 30px;
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .shopkeeper-h2 {
    padding: 0 4px;
  }

  .def-lst {
    padding: 0 4px;
  }
}

.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}