.pc-hours-list {
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:0 34px !important;
  margin-top:18px !important;
}
.pc-hours-row {
  display:flex !important;
  justify-content:space-between !important;
  gap:18px !important;
  padding:10px 0 !important;
  border-bottom:1px solid rgba(212,175,55,.22) !important;
  color:#fff !important;
}
.pc-hours-row strong {
  color:#f4df8a !important;
  -webkit-text-fill-color:#f4df8a !important;
  text-align:right !important;
}
@media(max-width:700px){
  .pc-hours-list{grid-template-columns:1fr !important;}
}
