#webcommander-page .business-hours{
     padding:0px 30px 100px 40px;
}
#webcommander-page .business-hours h2{
     font-family: var(--bk-font-base, Century Gothic);
    font-size: 20px;
    font-weight: 700;
    line-height: var(--bk-h2-line-height, 43px);
    text-align:center;
    margin:0 0 40px 0;
    padding:0;
    color:var(--bk-h2-color, var(--bk-color-secondary, #535A44));
   text-transform: var(--bk-h2-transform, uppercase);
}
#webcommander-page .business-hours .hours-time-container p{
    font-family: var(--bk-p-family, var(--bk-font-base, Century Gothic));
    font-size: var(--bk-p-size, 16px);
    font-weight: 700;
    line-height: var(--bk-p-line-height, 29px);
    text-align: left;
    margin:0;
    padding:0;
    color:var(--bk-p-color, rgba(31, 42, 7, 0.6));
}
#webcommander-page .business-hours .hours-time-container{
    display: flex;
    gap: 0 12px;
    justify-content: space-between;
    max-width: 528px;
    margin: 0 auto;
}
#webcommander-page .business-hours .hours-time-container .business-time-box-left {
    width: 50%;
    padding:0 30px;
  border-right:1px solid rgba(147, 156, 121, 0.3);
}
#webcommander-page .business-time-box-right {
    width: 50%;
    padding:0 30px;
}
